Fix doc build

This commit is contained in:
Neil Booth 2018-04-12 11:58:23 +08:00
parent 3bedef6de3
commit d586a745e1

View File

@ -15,7 +15,7 @@
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
from server.controller import Controller
from server.version import VERSION
# -- Project information -----------------------------------------------------
@ -23,10 +23,10 @@ project = 'ElectrumX'
copyright = '2016-2018, Neil Booth'
author = 'Neil Booth'
# The short X.Y version
version = Controller.short_version()
# The full version including branding
release = Controller.VERSION
release = VERSION
# The short X.Y version
version = VERSION.split()[-1]
# -- General configuration ---------------------------------------------------