From 564e827e4241268a4074d0a2b8b96e515cf45a85 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Mon, 25 Sep 2023 21:20:52 +0200 Subject: [PATCH] TEMP: disable `sphinx-needs` extension See https://github.com/ComPWA/compwa-org/issues/206 --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 7f469e40..b1b4e3ab 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -93,7 +93,6 @@ def fetch_logo(url: str, output_path: str) -> None: "sphinx_copybutton", "sphinx_design", "sphinx_issues", - "sphinx_needs", "sphinx_thebe", "sphinx_togglebutton", "sphinxcontrib.bibtex",