Index: docs/source/conf.py =================================================================== diff -u -rc6596d42d995bed3789849bd85c83da5a3837fac -rc6c42e21248dd7f4bf391b75541aaaae14a1ab42 --- docs/source/conf.py (.../conf.py) (revision c6596d42d995bed3789849bd85c83da5a3837fac) +++ docs/source/conf.py (.../conf.py) (revision c6c42e21248dd7f4bf391b75541aaaae14a1ab42) @@ -20,6 +20,7 @@ import os import sys sys.path.insert(0, os.path.abspath('../../')) +from version import VERSION # -- General configuration ------------------------------------------------ @@ -49,17 +50,17 @@ # General information about the project. project = 'Dialin' -copyright = '2020, Peter Lucia' +copyright = '2020, Diality Inc.' author = 'Peter Lucia' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '0.1.0' +version = VERSION # The full version, including alpha/beta/rc tags. -release = '0.1.0' +release = VERSION # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.