Skip to content

Commit 9ddc58b

Browse files
committed
version 1 sent to printing
1 parent 557a3ee commit 9ddc58b

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Version 0.1-dev
1+
Version 1.0

conf.py

Lines changed: 2 additions & 2 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 = "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",

index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ Peterson and Davie
3232
README.rst
3333
authors.rst
3434
latest.rst
35-
.. print.rst
35+
print.rst

0 commit comments

Comments
 (0)