aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py.in
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-08-05 17:18:05 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:17:13 -0300
commit9c1db342e06fee686f7e8268704741329ccf6b2e (patch)
tree18e247b0246c6b925c07765f845926cbcff87ab9 /doc/conf.py.in
parent784a4bbb707d132b26bcb177521745575dc0823f (diff)
Documentation for shiboken module.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'doc/conf.py.in')
-rw-r--r--doc/conf.py.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/conf.py.in b/doc/conf.py.in
index e83cc324a..b8575b9e1 100644
--- a/doc/conf.py.in
+++ b/doc/conf.py.in
@@ -143,7 +143,7 @@ html_use_smartypants = True
html_additional_pages = { 'index' : 'index.html'}
# If false, no module index is generated.
-#html_use_modindex = True
+html_use_modindex = False
# If false, no index is generated.
html_use_index = False
@@ -164,5 +164,3 @@ html_add_permalinks = True
# If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
#html_file_suffix = ''
-# Output file base name for HTML help builder.
-#htmlhelp_basename = 'PyQtBdoc'