diff options
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index f49f8015..265d5482 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -154,7 +154,7 @@ html_static_path = ['theme/static'] #html_use_index = True # If true, the index is split into individual pages for each letter. -#html_split_index = False +html_split_index = True # If true, links to the reST sources are added to the pages. #html_show_sourcelink = True |