Skip to content

Commit 0e0cfd7

Browse files
committed
Nicer, imo, Sphinx default theme layout.
1 parent 9507cda commit 0e0cfd7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

doc/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,11 @@
9797
# Theme options are theme-specific and customize the look and feel of a theme
9898
# further. For a list of options available for each theme, see the
9999
# documentation.
100-
#html_theme_options = {}
100+
html_theme_options = {
101+
"rightsidebar": True,
102+
"stickysidebar": True,
103+
"externalrefs": True,
104+
}
101105

102106
# Add any paths that contain custom themes here, relative to this directory.
103107
#html_theme_path = []

0 commit comments

Comments
 (0)