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
 
@@ -108,6 +108,15 @@ html_static_path = ['_static']
 
# 'searchbox.html']``.
 
#
 
# html_sidebars = {}
 
html_sidebars = {
 
    '**': [
 
        'about.html',
 
        'navigation.html',
 
        'relations.html',
 
        'searchbox.html',
 
        'donate.html',
 
    ]
 
}
 

	
 

	
 
# -- Options for HTMLHelp output ---------------------------------------------
0 comments (0 inline, 0 general)