Fixed EPUB output

This commit is contained in:
Mark Qvist 2023-05-05 09:43:21 +02:00
parent da7a4433c0
commit 1b2fee3ab8
7 changed files with 12 additions and 7 deletions

View file

@ -13,6 +13,9 @@ project = 'Reticulum Network Stack'
copyright = '2023, Mark Qvist'
author = 'Mark Qvist'
exec(open("../../RNS/_version.py", "r").read())
version = __version__
# The full version, including alpha/beta/rc tags
import RNS
release = RNS._version.__version__+" beta"