File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,14 @@ About The Book
33
44.. image :: figures/Written-By-Humans-Not-By-AI-Badge-black.png
55 :align: left
6- :scale: 60 %
6+ :scale: 50 %
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/
1014
1115|
1216
Original file line number Diff line number Diff line change 1- Version 0.1-dev
1+ Version 1.0
Original file line number Diff line number Diff line change @@ -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 = "1.0"
36+ release = version
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.imgmath ' ,
61+ 'sphinx.ext.mathjax ' ,
6262 'sphinx.ext.todo' ,
6363 'sphinxcontrib.spelling' ,
6464 "sphinx_multiversion" ,
Original file line number Diff line number Diff line change @@ -32,4 +32,4 @@ Peterson and Davie
3232 README.rst
3333 authors.rst
3434 latest.rst
35- .. print.rst
35+ print.rst
You can’t perform that action at this time.
0 commit comments