docs: switch Sphinx theme from furo to sphinx_rtd_theme
Use the canonical Read the Docs theme. Build dropped from 33 warnings to 3 (most furo warnings were sidebar template lookups in the dark/light mode switcher). requirements.txt updated to pull sphinx-rtd-theme instead of furo.
This commit is contained in:
parent
744a8b19c7
commit
83197a6247
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ napoleon_numpy_docstring = True
|
|||
napoleon_attr_annotations = True
|
||||
|
||||
# HTML output
|
||||
html_theme = "furo"
|
||||
html_theme = "sphinx_rtd_theme"
|
||||
html_static_path = ["_static"]
|
||||
html_title = "Aborist API Reference"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# Sphinx documentation build dependencies for Read the Docs
|
||||
sphinx>=8.0
|
||||
furo>=2024.0
|
||||
sphinx-rtd-theme>=3.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue