Browse Source

Use version directly

readthedocs is lame and uses python3.5 which cannot parse the
files
patch-2
Neil Booth 7 years ago
parent
commit
4171e58f8a
  1. 3
      docs/conf.py

3
docs/conf.py

@ -15,7 +15,8 @@
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
from electrumx.server.version import VERSION
#from electrumx.server.version import VERSION
VERSION="1.4.4p2"
# -- Project information -----------------------------------------------------

Loading…
Cancel
Save