1 parent 9507cda commit 0e0cfd7Copy full SHA for 0e0cfd7
1 file changed
doc/conf.py
@@ -97,7 +97,11 @@
97
# Theme options are theme-specific and customize the look and feel of a theme
98
# further. For a list of options available for each theme, see the
99
# documentation.
100
-#html_theme_options = {}
+html_theme_options = {
101
+ "rightsidebar": True,
102
+ "stickysidebar": True,
103
+ "externalrefs": True,
104
+}
105
106
# Add any paths that contain custom themes here, relative to this directory.
107
#html_theme_path = []
0 commit comments