Skip to content

Commit 8e195cf

Browse files
committed
Change back to sphinx_rtd_theme because plotly isn't showing
1 parent 624ac62 commit 8e195cf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ dependencies:
2121
- cloudpickle
2222
- loky
2323
- furo
24+
- sphinx_rtd_theme # Remove when https://github.com/executablebooks/MyST-NB/issues/54 is fixed (again)
2425
- myst-parser

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
language = None
4545
exclude_patterns = []
4646
pygments_style = "sphinx"
47-
html_theme = "furo"
47+
# TODO: change to "furo" when https://github.com/executablebooks/MyST-NB/issues/54 is fixed (again)
48+
html_theme = "sphinx_rtd_theme"
4849
html_static_path = ["_static"]
4950
htmlhelp_basename = "adaptivedoc"
5051

0 commit comments

Comments
 (0)