Skip to content

Commit 17c26d6

Browse files
committed
Fix plotly and use a custom 'base.html'
1 parent 8e195cf commit 17c26d6

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

docs/environment.yml

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

docs/source/_templates/layout.html

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
exclude_patterns = []
4646
pygments_style = "sphinx"
4747
# TODO: change to "furo" when https://github.com/executablebooks/MyST-NB/issues/54 is fixed (again)
48-
html_theme = "sphinx_rtd_theme"
48+
html_theme = "furo"
4949
html_static_path = ["_static"]
5050
htmlhelp_basename = "adaptivedoc"
5151

0 commit comments

Comments
 (0)