Skip to content

Commit 9c87060

Browse files
authored
Change theme to sphinx_rtd (#592)
1 parent 0b69cba commit 9c87060

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@
6060

6161
# -- Options for HTML output -------------------------------------------------
6262

63-
html_theme = "classic"
63+
html_theme = "sphinx_rtd_theme"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ dev = [
5555
]
5656
doc = [
5757
"sphinx",
58+
"sphinx-rtd-theme",
5859
"ipykernel",
5960
"nbsphinx",
6061
"myst-parser",

0 commit comments

Comments
 (0)