diff options
author | Georg Brandl <georg@python.org> | 2010-02-28 22:00:22 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-02-28 22:00:22 +0100 |
commit | f36592e41874fc03660576ce3ab4f787ae662762 (patch) | |
tree | 24cc91143efbc366152b662f154e385dd00ac9d0 /doc/conf.py | |
parent | 7f1eafb9a3307bd6b13a96d8429a33b426d30673 (diff) | |
download | sphinx-git-f36592e41874fc03660576ce3ab4f787ae662762.tar.gz |
Begin the Great Refactoring of the docs.
* Move sphinx-build option description from intro to a new document.
* Move toctree information to a new document in markup/.
* Add a tutorial document placed after intro. Begin filling it in.
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 7e2208484..b0e847e78 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -16,7 +16,6 @@ project = 'Sphinx' copyright = '2007-2010, Georg Brandl' version = sphinx.__released__ release = version - show_authors = True html_theme = 'sphinxdoc' |