Skip to content

Commit 557a3ee

Browse files
committed
mods for epub
1 parent 9d60cd3 commit 557a3ee

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

README.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@ About The Book
33

44
.. image:: figures/Written-By-Humans-Not-By-AI-Badge-black.png
55
:align: left
6-
:scale: 50%
6+
:scale: 60%
77
:alt: written by humans not by AI button
88
:target: https://notbyai.fyi
99

10-
.. image:: https://github.com/SystemsApproach/security/actions/workflows/publish-docs.yml/badge.svg
11-
:align: left
12-
:alt: deployment status button
13-
:target: https://github.com/SystemsApproach/security/actions/
1410

1511
|
1612

conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get_version():
3333
# "version" is used for html build
3434
version = get_version()
3535
# "release" is used for LaTeX build
36-
release = version
36+
release = "1.0"
3737

3838

3939
# -- Project information -----------------------------------------------------
@@ -58,7 +58,7 @@ def get_version():
5858
'sphinx.ext.autosectionlabel',
5959
'sphinx.ext.coverage',
6060
'sphinx.ext.ifconfig',
61-
'sphinx.ext.mathjax',
61+
'sphinx.ext.imgmath',
6262
'sphinx.ext.todo',
6363
'sphinxcontrib.spelling',
6464
"sphinx_multiversion",
@@ -207,15 +207,15 @@ def get_version():
207207
# (source start file, target name, title, author,
208208
# dir menu entry, description, category)
209209
texinfo_documents = [
210-
(master_doc, 'Network Security', u'Private 5G',
210+
(master_doc, 'Network Security', u'Network Security',
211211
author, 'The Author List', 'A Systems Approach',
212212
'Miscellaneous'),
213213
]
214214

215215

216216
# -- Options for Epub output -------------------------------------------------
217217
epub_title = project
218-
epub_description = 'Building Cloud Native 5G Connectivity for Enterprises'
218+
epub_description = 'A Systems Approach to Network Security'
219219
epub_cover = ('_static/cover.jpg', '')
220220
epub_show_urls = 'False'
221221
epub_use_index = False
@@ -230,7 +230,7 @@ def get_version():
230230
# epub_uid = ''
231231

232232
# A list of files that should not be packed into the epub file.
233-
epub_exclude_files = ['search.html','robots.txt']
233+
epub_exclude_files = ['search.html','robots.txt','print.rst']
234234

235235

236236
# -- Extension configuration -------------------------------------------------

0 commit comments

Comments
 (0)