This is a patched version of sphinx.ext.graphviz.
Note:
Patched versions of internal packages from Sphinx are released as M.M.P.postN versions. So2.3.1.post1is the patched module version derived from Sphinx2.3.1.
4.3.1.post1- Updates sources to match Sphinx 4.3.1
2.3.1.post1- Updated directive options according to documentation (see: sphinx-doc/sphinx#6991)
sphinx.ext.inheritance_diagram
If inheritance diagrams are enabled as an extension in Sphinx, these will referencegraphvizand cause anImportError. Please also install the patched variationbtd.sphinx.inheritance_diagram, which patches internal cross-references.
$ pip install btd.sphinx.graphviz
SPDX-License-Identifier: BSD-2-Clause