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 8e195cf commit 17c26d6Copy full SHA for 17c26d6
docs/environment.yml
@@ -21,5 +21,4 @@ dependencies:
21
- cloudpickle
22
- loky
23
- furo
24
- - sphinx_rtd_theme # Remove when https://github.com/executablebooks/MyST-NB/issues/54 is fixed (again)
25
- myst-parser
docs/source/_templates/layout.html
docs/source/conf.py
@@ -45,7 +45,7 @@
45
exclude_patterns = []
46
pygments_style = "sphinx"
47
# TODO: change to "furo" when https://github.com/executablebooks/MyST-NB/issues/54 is fixed (again)
48
-html_theme = "sphinx_rtd_theme"
+html_theme = "furo"
49
html_static_path = ["_static"]
50
htmlhelp_basename = "adaptivedoc"
51
0 commit comments