summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-02-28 22:00:22 +0100
committerGeorg Brandl <georg@python.org>2010-02-28 22:00:22 +0100
commitf36592e41874fc03660576ce3ab4f787ae662762 (patch)
tree24cc91143efbc366152b662f154e385dd00ac9d0 /doc/conf.py
parent7f1eafb9a3307bd6b13a96d8429a33b426d30673 (diff)
downloadsphinx-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.py1
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'