Skip to content

Commit d2b267c

Browse files
authored
Merge pull request #23 from zdw/sphinxbump
Update python dependencies to currently available
2 parents 716a074 + 4b18541 commit d2b267c

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
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.
8-
SPHINXOPTS ?=
8+
SPHINXOPTS ?=
99
SPHINXBUILD ?= sphinx-build
1010
SOURCEDIR ?= .
1111
BUILDDIR ?= _build
@@ -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)

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ About The Book
88
:alt: written by humans not by AI button
99
:target: https://notbyai.fyi
1010

11-
.. image:: https://github.com/SystemsApproach/ops/actions/workflows/publish-docs.yaml/badge.svg
12-
:align: left
13-
:alt: deployment status button
14-
:target: https://github.com/SystemsApproach/ops/actions/
11+
.. only:: html
1512

13+
.. image:: https://github.com/SystemsApproach/ops/actions/workflows/publish-docs.yaml/badge.svg
14+
:align: left
15+
:alt: deployment status button
16+
:target: https://github.com/SystemsApproach/ops/actions/
1617

1718
|
1819
19-
2020
Source for *Edge Cloud Operations: A Systems Approach* is available on
2121
GitHub under
2222
terms of the `Creative Commons (CC BY-NC-ND 4.0)

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)