We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef7702 commit 7eac98aCopy full SHA for 7eac98a
Makefile
@@ -72,7 +72,7 @@ htmlview: html
72
htmllive: SPHINXBUILD = $(VENVDIR)/bin/sphinx-autobuild
73
# Arbitrarily selected ephemeral port between 49152–65535
74
# to avoid conflicts with other processes:
75
-htmllive: SPHINXOPTS = --re-ignore="/\.idea/|/venv/" --open-browser --delay 0 --port 55301
+htmllive: SPHINXOPTS = --open-browser --delay 0 --port 55301
76
htmllive: html
77
78
.PHONY: check
requirements.txt
@@ -1,6 +1,6 @@
1
furo>=2022.6.4
2
jinja2
3
-sphinx-autobuild
+sphinx-autobuild>=2024.9.19
4
sphinx-inline-tabs>=2023.4.21
5
sphinx-lint==0.9.1
6
sphinx-notfound-page>=1.0.0
0 commit comments