summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst1
-rw-r--r--conf.py4
-rw-r--r--src/mailman/docs/conf.py3
-rw-r--r--src/mailman/docs/contents.rst4
4 files changed, 4 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index 9c9b026c6..186062e53 100644
--- a/README.rst
+++ b/README.rst
@@ -37,6 +37,7 @@ Table of Contents
src/mailman/docs/START
src/mailman/docs/DATABASE
src/mailman/docs/MTA
+ src/mailman/docs/8-miles-high
src/mailman/bin/docs/*
src/mailman/commands/docs/*
src/mailman/database/docs/*
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']
diff --git a/src/mailman/docs/conf.py b/src/mailman/docs/conf.py
deleted file mode 100644
index 56ecec975..000000000
--- a/src/mailman/docs/conf.py
+++ /dev/null
@@ -1,3 +0,0 @@
-project = "Workflow Overview"
-
-extensions = ["sphinx.ext.graphviz"]
diff --git a/src/mailman/docs/contents.rst b/src/mailman/docs/contents.rst
deleted file mode 100644
index 458ed26ad..000000000
--- a/src/mailman/docs/contents.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-.. toctree::
- :maxdepth: 2
-
- 8-miles-high