Skip to content

Commit 277dad6

Browse files
committed
Pin Sphinx and revert theme (ReadTheDocs site has errors not in local build)
1 parent aeca567 commit 277dad6

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/conf.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@
109109
# The theme to use for HTML and HTML Help pages. See the documentation for
110110
# a list of builtin themes.
111111
#
112-
# html_theme = "sphinx_rtd_theme"
113-
html_theme = "furo"
112+
html_theme = "sphinx_rtd_theme"
114113

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

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
INSTALL_REQUIRES = Path("requirements.txt").read_text().splitlines()
2828
EXTRAS_REQUIRE = {
2929
"docs": [
30-
"sphinx>=3,<4",
31-
# "sphinx_rtd_theme",
32-
"furo",
30+
# "sphinx>=3,<4",
31+
"sphinx==3.5.4",
32+
"sphinx_rtd_theme",
3333
"sphinx-autodoc-typehints==1.11.1", # don't bump to 1.12.0
3434
"jupyter-sphinx>=0.3.2",
3535
"myst-nb",

0 commit comments

Comments
 (0)