Skip to content

Commit 9fc9929

Browse files
committed
readdoc_requirment
1 parent 7b29ec2 commit 9fc9929

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/conf.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import os
2222
import sys
2323
sys.path.insert(0, os.path.abspath('..'))
24-
import patchview.__version__
24+
# import patchview.__version__
2525

2626
from typing import Any, Dict
2727

@@ -49,21 +49,21 @@
4949

5050
# General information about the project.
5151
project = u'PatchView'
52-
copyright = u"2022, Ming Hu"
52+
copyright = u"2022-, Ming Hu"
5353
author = 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

0 commit comments

Comments
 (0)