We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48ffc8 commit e871cdfCopy full SHA for e871cdf
doc/conf.py
@@ -83,11 +83,16 @@
83
html_theme_options = {
84
"github_url": "https://github.com/numpy/numpydoc",
85
"show_prev_next": False,
86
- "navbar_end": ["search-field.html", "navbar-icon-links.html"],
+ "navbar_end": [
87
+ "theme-switcher", "search-field.html", "navbar-icon-links.html"
88
+ ],
89
}
90
html_sidebars = {
91
"**": [],
92
93
+html_context = {
94
+ "default_mode": "light",
95
+}
96
97
html_title = f"{project} v{version} Manual"
98
html_last_updated_fmt = "%b %d, %Y"
0 commit comments