Changeset - ffe891144b85
[Not reviewed]
0 1 0
Branko Majic (branko) - 6 years ago 2018-02-27 14:44:15
branko@majic.rs
Noticket: Enable navigation sidebars in generate HTML documentation.
1 file changed with 9 insertions and 0 deletions:
0 comments (0 inline, 0 general)
docs/conf.py
Show inline comments
 
@@ -105,12 +105,21 @@ html_static_path = ['_static']
 
# The default sidebars (for documents that don't match any pattern) are
 
# defined by theme itself.  Builtin themes are using these templates by
 
# default: ``['localtoc.html', 'relations.html', 'sourcelink.html',
 
# 'searchbox.html']``.
 
#
 
# html_sidebars = {}
 
html_sidebars = {
 
    '**': [
 
        'about.html',
 
        'navigation.html',
 
        'relations.html',
 
        'searchbox.html',
 
        'donate.html',
 
    ]
 
}
 

	
 

	
 
# -- Options for HTMLHelp output ---------------------------------------------
 

	
 
# Output file base name for HTML help builder.
 
htmlhelp_basename = 'Gimmecertdoc'
0 comments (0 inline, 0 general)