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
commit9c43b32493858e2cbc6aae716c66119b2e851774 (patch)
tree24cc91143efbc366152b662f154e385dd00ac9d0 /doc/conf.py
parent19eabfa2a8d4ef42f4b4a1560d49e2c0a7b1a85e (diff)
downloadsphinx-9c43b32493858e2cbc6aae716c66119b2e851774.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 7e220848..b0e847e7 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'