Skip to content

Commit 99a61c9

Browse files
committed
Let's see if this works
Refs #1779.
1 parent ebd6ea3 commit 99a61c9

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
# The theme to use for HTML and HTML Help pages. See the documentation for
5353
# a list of builtin themes.
54-
html_theme = "default"
54+
html_theme = "sphinx_rtd_theme"
5555

5656
# Add any paths that contain custom static files (such as style sheets) here,
5757
# relative to this directory. They are copied after the builtin static files,

requirements_dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ black
1616

1717
Sphinx
1818
sphinxcontrib-spelling
19+
sphinx-rtd-theme>1
1920

2021
# Other tools
2122

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ commands = make -C {toxinidir}/docs {posargs:spelling}
7878
deps =
7979
Sphinx
8080
sphinxcontrib-spelling
81+
sphinx-rtd-theme
8182

8283
[testenv:packaging]
8384
commands =

0 commit comments

Comments
 (0)