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 b82bb74 commit 18c4fdeCopy full SHA for 18c4fde
doc/conf.py
@@ -285,6 +285,7 @@ def _check_dependencies():
285
html_logo = "_static/logo2.svg"
286
html_theme_options = {
287
"logo_link": "index",
288
+ "collapse_navigation": True,
289
"icon_links": [
290
{
291
"name": "gitter",
requirements/doc/doc-requirements.txt
@@ -12,7 +12,7 @@ colorspacious
12
ipython
13
ipywidgets
14
numpydoc>=0.8
15
-pydata-sphinx-theme==0.5.2
+pydata-sphinx-theme
16
sphinxcontrib-svg2pdfconverter>=1.1.0
17
# sphinx-gallery>=0.7
18
# b41e328 is PR 808 which adds the image_srcset directive. When this is
0 commit comments