diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-09-21 19:09:34 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-09-21 19:09:34 +0200 |
commit | 7ee3356e2228c6784a5280c8dda639bfa3c29934 (patch) | |
tree | a65b0ee344639ac462a73c7cf337ccdb0588f873 | |
parent | 62a80c9823483a827d5a838761241b33131dc189 (diff) |
version, required by the epub generator
-rw-r--r-- | source/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/conf.py b/source/conf.py index c70a378..05bbc18 100644 --- a/source/conf.py +++ b/source/conf.py @@ -23,6 +23,8 @@ author = "Elena ``of Valhalla''" # The full version, including alpha/beta/rc tags release = '0.1.0' +# The major project version +version = '0.1' # compatibility with sphinx 1.8 on buster master_doc = 'index' |