From 4171e58f8a7e216f371df5d13f3f9fb054611b14 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Thu, 12 Jul 2018 00:53:59 +0800 Subject: [PATCH] Use version directly readthedocs is lame and uses python3.5 which cannot parse the files --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 9be93ac..c441f6e8 100644 --- a/docs/conf.py +++ b/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 -----------------------------------------------------