File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 109
109
# The theme to use for HTML and HTML Help pages. See the documentation for
110
110
# a list of builtin themes.
111
111
#
112
- # html_theme = "sphinx_rtd_theme"
113
- html_theme = "furo"
112
+ html_theme = "sphinx_rtd_theme"
114
113
115
114
# Add any paths that contain custom static files (such as style sheets) here,
116
115
# relative to this directory. They are copied after the builtin static files,
Original file line number Diff line number Diff line change 27
27
INSTALL_REQUIRES = Path ("requirements.txt" ).read_text ().splitlines ()
28
28
EXTRAS_REQUIRE = {
29
29
"docs" : [
30
- "sphinx>=3,<4" ,
31
- # "sphinx_rtd_theme ",
32
- "furo " ,
30
+ # "sphinx>=3,<4",
31
+ "sphinx==3.5.4 " ,
32
+ "sphinx_rtd_theme " ,
33
33
"sphinx-autodoc-typehints==1.11.1" , # don't bump to 1.12.0
34
34
"jupyter-sphinx>=0.3.2" ,
35
35
"myst-nb" ,
You can’t perform that action at this time.
0 commit comments