Skip to content

Commit 54dd869

Browse files
DOC: Tweak sidebar content in Sphinx html output.
1 parent 3d96a04 commit 54dd869

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,7 @@
6565

6666
html_logo = "_static/numpy_financial_logo.png"
6767
html_favicon = "_static/numpy_financial_favicon.png"
68+
69+
html_sidebars = {
70+
'**': ['globaltoc.html', 'searchbox.html'],
71+
}

0 commit comments

Comments
 (0)