diff options
author | Georg Brandl <georg@python.org> | 2010-02-28 14:45:43 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-02-28 14:45:43 +0100 |
commit | 04f660d021d8499028c6a80a8c0ee0e67dc38d6a (patch) | |
tree | a7053d260603179f7c9447a43a82243ab70112e3 /doc/conf.py | |
parent | 1d5894a35a1b20ed4cb070f8ff8f8cf5d23677fe (diff) | |
download | sphinx-git-04f660d021d8499028c6a80a8c0ee0e67dc38d6a.tar.gz |
Change domain-index API: introduce a class.
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index 24cf5f3cd..c487f4866 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -47,6 +47,7 @@ latex_elements = { 'fontpkg': '\\usepackage{palatino}', } +autodoc_member_order = 'groupwise' todo_include_todos = True man_pages = [ |