From 83197a62475503b04506e76d6fc8edfc05d78bc6 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Mon, 4 May 2026 08:41:37 -0400 Subject: [PATCH] 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. --- docs/_source/conf.py | 2 +- docs/_source/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_source/conf.py b/docs/_source/conf.py index e89a178..3cb20f5 100644 --- a/docs/_source/conf.py +++ b/docs/_source/conf.py @@ -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" diff --git a/docs/_source/requirements.txt b/docs/_source/requirements.txt index 4edd720..1cd72b0 100644 --- a/docs/_source/requirements.txt +++ b/docs/_source/requirements.txt @@ -1,3 +1,3 @@ # Sphinx documentation build dependencies for Read the Docs sphinx>=8.0 -furo>=2024.0 +sphinx-rtd-theme>=3.0