Skip to content

Commit c20804d

Browse files
authored
Merge pull request #7988 from hugovk/rm-sphinx-removed-in
Remove sphinx-removed-in, now Sphinx 7.3 adds versionremoved
2 parents afd01bd + a64f4cf commit c20804d

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ clean:
4646
-rm -rf $(BUILDDIR)/*
4747

4848
install-sphinx:
49-
$(PYTHON) -m pip install --quiet furo olefile sphinx sphinx-copybutton sphinx-inline-tabs sphinx-removed-in sphinxext-opengraph
49+
$(PYTHON) -m pip install --quiet furo olefile sphinx sphinx-copybutton sphinx-inline-tabs sphinxext-opengraph
5050

5151
.PHONY: html
5252
html:

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"sphinx.ext.viewcode",
3535
"sphinx_copybutton",
3636
"sphinx_inline_tabs",
37-
"sphinx_removed_in",
3837
"sphinxext.opengraph",
3938
]
4039

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ docs = [
4545
"sphinx>=7.3",
4646
"sphinx-copybutton",
4747
"sphinx-inline-tabs",
48-
"sphinx-removed-in",
4948
"sphinxext-opengraph",
5049
]
5150
fpx = [

0 commit comments

Comments
 (0)