aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/doc/conf.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2/doc/conf.py.in')
-rw-r--r--sources/shiboken2/doc/conf.py.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/shiboken2/doc/conf.py.in b/sources/shiboken2/doc/conf.py.in
index 3ca8ac573..d3aa95c0b 100644
--- a/sources/shiboken2/doc/conf.py.in
+++ b/sources/shiboken2/doc/conf.py.in
@@ -39,7 +39,7 @@ source_suffix = '.rst'
source_encoding = 'utf-8'
# The master toctree document.
-#master_doc = 'contents'
+master_doc = 'index'
# General information about the project.
project = u'Shiboken'
@@ -137,7 +137,7 @@ html_theme_path = ['@CMAKE_CURRENT_SOURCE_DIR@/_themes']
# Additional templates that should be rendered to pages, maps page names to
# template names.
-html_additional_pages = { 'index' : 'index.html'}
+#html_additional_pages = { 'index' : 'index.html'}
# If false, no module index is generated.
html_use_modindex = False