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 /sphinx/quickstart.py | |
parent | aedbdd953d4ea4129273294316c23780cda9cb3b (diff) | |
parent | ab4c11f641c907572765de4fbb1a829cc114e491 (diff) | |
download | sphinx-git-11a7ed8c495cd416df2c6b4bd10ce71630ac0efc.tar.gz |
merge with mq
Diffstat (limited to 'sphinx/quickstart.py')
-rw-r--r-- | sphinx/quickstart.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index c0a219efa..73def0dcf 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -108,6 +108,9 @@ exclude_trees = [%(exclude_trees)s] # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' +# A list of ignored prefixes for module index sorting. +#modindex_common_prefix = [] + # -- Options for HTML output --------------------------------------------------- |