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:
russell@unturf.com 2026-05-04 08:41:37 -04:00
parent 744a8b19c7
commit 83197a6247
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -1,3 +1,3 @@
# Sphinx documentation build dependencies for Read the Docs
sphinx>=8.0
furo>=2024.0
sphinx-rtd-theme>=3.0