diff options
| author | Stephen J. Turnbull | 2012-03-14 13:49:09 -0700 |
|---|---|---|
| committer | Stephen J. Turnbull | 2012-03-14 13:49:09 -0700 |
| commit | 6376aa2baf2b3bfb70d9be8710739df09663c20d (patch) | |
| tree | 0568a0306fb1deeea55ae80b147a7d4066743b27 /conf.py | |
| parent | 1334c986781a152449396c6a2fbc1a566ba92472 (diff) | |
| download | mailman-6376aa2baf2b3bfb70d9be8710739df09663c20d.tar.gz mailman-6376aa2baf2b3bfb70d9be8710739df09663c20d.tar.zst mailman-6376aa2baf2b3bfb70d9be8710739df09663c20d.zip | |
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'] |
