File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 22
33# use bash for pushd/popd, and to fail quickly. virtualenv's activate
44# has undefined variables, so no -u
5- SHELL = bash -e -o pipefail
5+ SHELL = bash -eu -o pipefail
66
77# You can set these variables from the command line.
88SPHINXOPTS ?=
@@ -45,5 +45,5 @@ clean-all: clean
4545# Catch-all target: route all unknown targets to Sphinx using the new
4646# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
4747% : $(VIRTUALENV ) Makefile
48- source ./$< /bin/activate ; set -u ; \
48+ source ./$< /bin/activate ; \
4949 $(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
Original file line number Diff line number Diff line change 1- Sphinx ~= 5.3.0
2- doc8 ~= 0.10.1
3- docutils ~= 0.17.1
4- reuse ~= 0.14.0
5- sphinx-rtd-theme ~= 1.0.0
6- sphinxcontrib-spelling ~= 7.3.2
1+ Sphinx ~= 8.2.3
2+ doc8 ~= 2.0.0
3+ reuse ~= 5.0.2
4+ sphinx-rtd-theme ~= 3.0.2
5+ sphinxcontrib-spelling ~= 8.0.1
76sphinx-multiversion ~= 0.2.4
8- pytz ~= 2023.3
You can’t perform that action at this time.
0 commit comments