diff options
| author | Georg Brandl <georg@python.org> | 2010-02-21 11:50:08 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-02-21 11:50:08 +0100 |
| commit | 7429ae935ec47c56c95998a8537236d4c1da7a2b (patch) | |
| tree | 898390a615563269b7b8a56f3026b0e6de47f9a4 /doc/conf.py | |
| parent | cdb65275eef02c7c3d248fa1316ddf8db1d43d0a (diff) | |
| download | sphinx-7429ae935ec47c56c95998a8537236d4c1da7a2b.tar.gz | |
Add manual page writer.
Diffstat (limited to 'doc/conf.py')
| -rw-r--r-- | doc/conf.py | 5 |
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 ------------------------------------------------------- |
