Skip to content

Commit 7eac98a

Browse files
authored
Require sphinx-autobuild>=2024.9.19 (#1400)
1 parent 9ef7702 commit 7eac98a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ htmlview: html
7272
htmllive: SPHINXBUILD = $(VENVDIR)/bin/sphinx-autobuild
7373
# Arbitrarily selected ephemeral port between 49152–65535
7474
# to avoid conflicts with other processes:
75-
htmllive: SPHINXOPTS = --re-ignore="/\.idea/|/venv/" --open-browser --delay 0 --port 55301
75+
htmllive: SPHINXOPTS = --open-browser --delay 0 --port 55301
7676
htmllive: html
7777

7878
.PHONY: check

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
furo>=2022.6.4
22
jinja2
3-
sphinx-autobuild
3+
sphinx-autobuild>=2024.9.19
44
sphinx-inline-tabs>=2023.4.21
55
sphinx-lint==0.9.1
66
sphinx-notfound-page>=1.0.0

0 commit comments

Comments
 (0)