summaryrefslogtreecommitdiff
path: root/src/mailman/docs/conf.py
diff options
context:
space:
mode:
authorStephen J. Turnbull2012-03-13 21:08:37 -0700
committerStephen J. Turnbull2012-03-13 21:08:37 -0700
commit5d1473a9477b658ddccff9c9dea46f23f6dac682 (patch)
tree1bc3a56ba0c780320fb37067d16eadfc924de82c /src/mailman/docs/conf.py
parentbadbdca44c57d9877c2bd4c96432ecd3d2a7fe0a (diff)
downloadmailman-5d1473a9477b658ddccff9c9dea46f23f6dac682.tar.gz
mailman-5d1473a9477b658ddccff9c9dea46f23f6dac682.tar.zst
mailman-5d1473a9477b658ddccff9c9dea46f23f6dac682.zip
Diffstat (limited to 'src/mailman/docs/conf.py')
-rw-r--r--src/mailman/docs/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mailman/docs/conf.py b/src/mailman/docs/conf.py
new file mode 100644
index 000000000..56ecec975
--- /dev/null
+++ b/src/mailman/docs/conf.py
@@ -0,0 +1,3 @@
+project = "Workflow Overview"
+
+extensions = ["sphinx.ext.graphviz"]