From a64f4cf68587b4adb375bb70933fcf3e3283b749 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Wed, 17 Apr 2024 09:22:22 +0300 Subject: [PATCH] Remove sphinx-removed-in, now Sphinx 7.3.0 adds versionremoved --- docs/Makefile | 2 +- docs/conf.py | 1 - pyproject.toml | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index 3b4deb9bf..6495e5866 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -46,7 +46,7 @@ clean: -rm -rf $(BUILDDIR)/* install-sphinx: - $(PYTHON) -m pip install --quiet furo olefile sphinx sphinx-copybutton sphinx-inline-tabs sphinx-removed-in sphinxext-opengraph + $(PYTHON) -m pip install --quiet furo olefile sphinx sphinx-copybutton sphinx-inline-tabs sphinxext-opengraph .PHONY: html html: diff --git a/docs/conf.py b/docs/conf.py index 8b879d1e4..392cf317e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,7 +34,6 @@ extensions = [ "sphinx.ext.viewcode", "sphinx_copybutton", "sphinx_inline_tabs", - "sphinx_removed_in", "sphinxext.opengraph", ] diff --git a/pyproject.toml b/pyproject.toml index 328088e05..20e87ad32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,6 @@ docs = [ "sphinx>=7.3", "sphinx-copybutton", "sphinx-inline-tabs", - "sphinx-removed-in", "sphinxext-opengraph", ] fpx = [