From 1cf821510ff5263ac3bd685b55079b1c24d3e8a5 Mon Sep 17 00:00:00 2001 From: "Philipp A." Date: Tue, 20 Jan 2026 14:46:28 +0100 Subject: [PATCH] fix: sphinx 9 support --- docs/conf.py | 1 - pyproject.toml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ce3dca0..9579e9b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,7 +56,6 @@ "sphinx_issues", "sphinxcontrib.bibtex", "sphinx_autodoc_typehints", - "sphinx_tabs.tabs", "sphinx.ext.mathjax", "IPython.sphinxext.ipython_console_highlighting", "sphinxext.opengraph", diff --git a/pyproject.toml b/pyproject.toml index a68619f..6001624 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,12 +23,11 @@ optional-dependencies.docs = [ "ipykernel", "ipython", "myst-nb>=1.1", - "sphinx>=7", + "sphinx>=9", "sphinx-autodoc-typehints", "sphinx-book-theme>=1.1", "sphinx-copybutton", "sphinx-issues>=5.0.1", - "sphinx-tabs", "sphinxcontrib-bibtex>=1", "sphinxext-opengraph", ]