Dynamically get Mythril version for docs

pull/845/head
Dominik Muhs 6 years ago
parent eefe843177
commit 3f5a526755
  1. 3
      docs/source/conf.py

@ -27,7 +27,8 @@ author = "Bernhard Mueller"
# The short X.Y version
version = ""
# The full version, including alpha/beta/rc tags
release = "0.19.9"
from mythril.version import VERSION
release = VERSION
# -- General configuration ---------------------------------------------------

Loading…
Cancel
Save