summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorStephen J. Turnbull2012-03-14 13:49:09 -0700
committerStephen J. Turnbull2012-03-14 13:49:09 -0700
commit6376aa2baf2b3bfb70d9be8710739df09663c20d (patch)
tree0568a0306fb1deeea55ae80b147a7d4066743b27 /conf.py
parent1334c986781a152449396c6a2fbc1a566ba92472 (diff)
downloadmailman-6376aa2baf2b3bfb70d9be8710739df09663c20d.tar.gz
mailman-6376aa2baf2b3bfb70d9be8710739df09663c20d.tar.zst
mailman-6376aa2baf2b3bfb70d9be8710739df09663c20d.zip
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 6b137541a..56b458ff8 100644
--- a/conf.py
+++ b/conf.py
@@ -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']