@@ -33,7 +33,7 @@ def get_version():
3333# "version" is used for html build
3434version = 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)
209209texinfo_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 -------------------------------------------------
217217epub_title = project
218- epub_description = 'Building Cloud Native 5G Connectivity for Enterprises '
218+ epub_description = 'A Systems Approach to Network Security '
219219epub_cover = ('_static/cover.jpg' , '' )
220220epub_show_urls = 'False'
221221epub_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