File tree Expand file tree Collapse file tree 3 files changed +13
-15
lines changed
Expand file tree Collapse file tree 3 files changed +13
-15
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.
8- SPHINXOPTS ?=
8+ SPHINXOPTS ?=
99SPHINXBUILD ?= sphinx-build
1010SOURCEDIR ?= .
1111BUILDDIR ?= _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)
Original file line number Diff line number Diff 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-
2020Source for *Edge Cloud Operations: A Systems Approach * is available on
2121GitHub under
2222terms of the `Creative Commons (CC BY-NC-ND 4.0)
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