summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-02-21 11:50:08 +0100
committerGeorg Brandl <georg@python.org>2010-02-21 11:50:08 +0100
commit7429ae935ec47c56c95998a8537236d4c1da7a2b (patch)
tree898390a615563269b7b8a56f3026b0e6de47f9a4 /doc/conf.py
parentcdb65275eef02c7c3d248fa1316ddf8db1d43d0a (diff)
downloadsphinx-7429ae935ec47c56c95998a8537236d4c1da7a2b.tar.gz
Add manual page writer.
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 57556990..b1a55b0e 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -49,6 +49,11 @@ latex_elements = {
todo_include_todos = True
+man_pages = [
+ ('contents', 'sphinx-all', 'Sphinx documentation generator system manual',
+ 'Georg Brandl', 1),
+]
+
# -- Extension interface -------------------------------------------------------