Skip to content

Commit 6007bde

Browse files
committed
edits for epub
1 parent 3aa9c3b commit 6007bde

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
SHELL = bash -e -o pipefail
66

77
# You can set these variables from the command line.
8-
SPHINXOPTS ?= -W
8+
SPHINXOPTS ?=
99
SPHINXBUILD ?= sphinx-build
1010
SOURCEDIR ?= .
1111
BUILDDIR ?= _build

README.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
About The Book
22
===============
33

4-
This `repository <https://github.com/SystemsApproach/ops>`__ contains
5-
source for *Edge Cloud Operations: A Systems Approach*, available under
4+
Source for *Edge Cloud Operations: A Systems Approach* is available on
5+
GitHub under
66
terms of the `Creative Commons (CC BY-NC-ND 4.0)
77
<https://creativecommons.org/licenses/by-nc-nd/4.0>`__ license. The
88
community is invited to contribute corrections, improvements, updates,
9-
and new material under the same terms.
9+
and new material under the same terms. While this license does not
10+
automatically grant the right to make derivative works, we are keen to
11+
discuss derivative works (such as translations) with interested
12+
parties. Please reach out to [email protected].
1013

1114
If you make use of this work, the attribution should include the
1215
following information:
@@ -28,8 +31,8 @@ To track progress and receive notices about new versions, you can follow
2831
the project on
2932
`Facebook <https://www.facebook.com/Computer-Networks-A-Systems-Approach-110933578952503/>`__
3033
and `Twitter <https://twitter.com/SystemsAppr>`__. To read a running
31-
commentary on how the Internet is evolving, you can follow the authors on
32-
`Substack <https://systemsapproach.substack.com/>`__.
34+
commentary on how the Internet is evolving, you can follow the
35+
`Systems Approach on Substack <https://systemsapproach.substack.com/>`__.
3336

3437
Build the Book
3538
--------------

conf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,17 @@ def get_version():
4949
# needs_sphinx = '1.0'
5050

5151
# make all warnings errors
52-
warning_is_error = True
52+
warning_is_error = False
5353

5454
# Add any Sphinx extension module names here, as strings. They can be
5555
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
5656
# ones. ***Replace "mathjax" with "imgmath" for epub output.***
5757
extensions = [
5858
'sphinx.ext.autosectionlabel',
5959
'sphinx.ext.coverage',
60-
'sphinx.ext.graphviz',
6160
'sphinx.ext.ifconfig',
6261
'sphinx.ext.intersphinx',
63-
'sphinx.ext.mathjax',
62+
'sphinx.ext.imgmath',
6463
'sphinx.ext.todo',
6564
'sphinxcontrib.spelling',
6665
"sphinx_multiversion",

0 commit comments

Comments
 (0)