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 624ac62 commit 8e195cfCopy full SHA for 8e195cf
docs/environment.yml
@@ -21,4 +21,5 @@ 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/conf.py
@@ -44,7 +44,8 @@
44
language = None
45
exclude_patterns = []
46
pygments_style = "sphinx"
47
-html_theme = "furo"
+# TODO: change to "furo" when https://github.com/executablebooks/MyST-NB/issues/54 is fixed (again)
48
+html_theme = "sphinx_rtd_theme"
49
html_static_path = ["_static"]
50
htmlhelp_basename = "adaptivedoc"
51
0 commit comments