Skip to content

Commit

Permalink
Require sphinx-autobuild>=2024.9.19 (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Sep 19, 2024
1 parent 9ef7702 commit 7eac98a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ htmlview: html
htmllive: SPHINXBUILD = $(VENVDIR)/bin/sphinx-autobuild
# Arbitrarily selected ephemeral port between 49152–65535
# to avoid conflicts with other processes:
htmllive: SPHINXOPTS = --re-ignore="/\.idea/|/venv/" --open-browser --delay 0 --port 55301
htmllive: SPHINXOPTS = --open-browser --delay 0 --port 55301
htmllive: html

.PHONY: check
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
furo>=2022.6.4
jinja2
sphinx-autobuild
sphinx-autobuild>=2024.9.19
sphinx-inline-tabs>=2023.4.21
sphinx-lint==0.9.1
sphinx-notfound-page>=1.0.0
Expand Down

0 comments on commit 7eac98a

Please sign in to comment.