File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
# -- General configuration ---------------------------------------------------
20
20
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
21
21
extensions = [
22
- "sphinx_immaterial" ,
23
22
"sphinx.ext.autodoc" ,
24
23
"sphinx.ext.intersphinx" ,
25
24
"sphinx.ext.viewcode" ,
40
39
# -- Options for HTML output -------------------------------------------------
41
40
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
42
41
43
- html_theme = "sphinx_immaterial "
42
+ html_theme = "furo "
44
43
html_static_path = ["_static" ]
45
44
html_logo = "_static/logo.jpg"
46
45
# html_favicon = "_static/favicon.ico"
Original file line number Diff line number Diff line change 1
1
2
2
.
3
+ furo
3
4
sphinx-immaterial
You can’t perform that action at this time.
0 commit comments