Skip to content

Commit f8b2bb7

Browse files
committed
tools update
1 parent 56639bd commit f8b2bb7

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.
88
SPHINXOPTS ?=
@@ -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)

requirements.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
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
76
sphinx-multiversion~=0.2.4
8-
pytz~=2023.3

0 commit comments

Comments
 (0)