File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121import os
2222import sys
2323sys .path .insert (0 , os .path .abspath ('..' ))
24- import patchview .__version__
24+ # import patchview.__version__
2525
2626from typing import Any , Dict
2727
4949
5050# General information about the project.
5151project = u'PatchView'
52- copyright = u"2022, Ming Hu"
52+ copyright = u"2022- , Ming Hu"
5353author = u"Ming Hu"
5454
5555# The version info for the project you're documenting, acts as replacement
5656# for |version| and |release|, also used in various other places throughout
5757# the built documents.
5858#
5959# # The short X.Y version.
60- version = patchview .__version__
61- # The full version, including alpha/beta/rc tags.
62- release = patchview .__version__
63-
64- # version = "0.2.9"
60+ # version = patchview.__version__
6561# # The full version, including alpha/beta/rc tags.
66- # release = "0.2.9"
62+ # release = patchview.__version__
63+
64+ version = "0.2.9"
65+ # The full version, including alpha/beta/rc tags.
66+ release = "0.2.9"
6767
6868
6969# The language for content autogenerated by Sphinx. Refer to documentation
You can’t perform that action at this time.
0 commit comments