diff options
author | Georg Brandl <georg@python.org> | 2009-01-10 22:19:40 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-01-10 22:19:40 +0100 |
commit | 11a7ed8c495cd416df2c6b4bd10ce71630ac0efc (patch) | |
tree | 2bbf413e6013d669a45d5eafd8b323e7b2811e22 /doc/conf.py | |
parent | aedbdd953d4ea4129273294316c23780cda9cb3b (diff) | |
parent | ab4c11f641c907572765de4fbb1a829cc114e491 (diff) | |
download | sphinx-git-11a7ed8c495cd416df2c6b4bd10ce71630ac0efc.tar.gz |
merge with mq
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index e1c89eaee..e1a48aa20 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -33,6 +33,9 @@ show_authors = True # The HTML template theme. html_theme = 'sphinxdoc' +# A list of ignored prefixes names for module index sorting. +modindex_common_prefix = ['sphinx.'] + # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". |