Skip to content

Commit 32a2f78

Browse files
authored
Add stuff to sidebar
1 parent d4e0ab4 commit 32a2f78

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,14 @@
3737

3838
html_theme = 'alabaster'
3939
html_static_path = ['_static']
40+
html_sidebars = {
41+
'**': [
42+
'about.html',
43+
'searchfield.html',
44+
'navigation.html',
45+
'relations.html',
46+
'donate.html',
47+
]
48+
}
4049

4150
html_show_copyright = False

0 commit comments

Comments
 (0)