diff options
Diffstat (limited to 'conf.py')
| -rw-r--r-- | conf.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -25,7 +25,9 @@ import sys, os # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode'] +extensions = ['sphinx.ext.autodoc', + 'sphinx.ext.viewcode', + 'sphinx.ext.graphviz'] # Add any paths that contain templates here, relative to this directory. # templates_path = ['_templates'] |
