diff options
author | Jannis Leidel <jannis@leidel.info> | 2009-12-13 12:50:37 +0100 |
---|---|---|
committer | Jannis Leidel <jannis@leidel.info> | 2009-12-13 12:50:37 +0100 |
commit | 4570438396d4ee5fe1255b39e2e6070b2e69a424 (patch) | |
tree | 62045c2a7640b614ea6d3d0c8cd9e8085382677d /docs/conf.py | |
parent | 93b983e6f2302007cedbf44bcf0b944415c05361 (diff) | |
download | external_python_setuptools-4570438396d4ee5fe1255b39e2e6070b2e69a424.tar.gz external_python_setuptools-4570438396d4ee5fe1255b39e2e6070b2e69a424.tar.bz2 external_python_setuptools-4570438396d4ee5fe1255b39e2e6070b2e69a424.zip |
Updated docs theme for higher readability
--HG--
branch : distribute
extra : rebase_source : ae453d7b4b32d8823d57ebe411eaf53e050ad9dd
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py index c9f8fef7..3991c73c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -131,21 +131,20 @@ html_short_title = "Distribute" # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. -#html_use_smartypants = True +html_use_smartypants = True # Custom sidebar templates, maps document names to template names. html_sidebars = {'index': 'indexsidebar.html'} - # Additional templates that should be rendered to pages, maps page names to # template names. #html_additional_pages = {} # If false, no module index is generated. -#html_use_modindex = True +html_use_modindex = False # If false, no index is generated. -#html_use_index = True +html_use_index = False # If true, the index is split into individual pages for each letter. #html_split_index = False |