diff --git a/docs/conf.py b/docs/conf.py index cd86d98..cca54c4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ import os import sys sys.path.insert(0, os.path.abspath('..')) -import patchview.__version__ +# import patchview.__version__ from typing import Any, Dict @@ -49,7 +49,7 @@ # General information about the project. project = u'PatchView' -copyright = u"2022, Ming Hu" +copyright = u"2022-, Ming Hu" author = u"Ming Hu" # The version info for the project you're documenting, acts as replacement @@ -57,13 +57,13 @@ # the built documents. # # # The short X.Y version. -version = patchview.__version__ -# The full version, including alpha/beta/rc tags. -release = patchview.__version__ - -# version = "0.2.9" +# version = patchview.__version__ # # The full version, including alpha/beta/rc tags. -# release = "0.2.9" +# release = patchview.__version__ + +version = "0.2.9" +# The full version, including alpha/beta/rc tags. +release = "0.2.9" # The language for content autogenerated by Sphinx. Refer to documentation