Skip to content

Commit

Permalink
readdoc_requirment
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeitgeberH committed Dec 23, 2022
1 parent 7b29ec2 commit 9fc9929
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -49,21 +49,21 @@

# 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
# for |version| and |release|, also used in various other places throughout
# 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
Expand Down

0 comments on commit 9fc9929

Please sign in to comment.