Skip to content

Commit a907e5c

Browse files
author
Matt George
committed
removing version import
1 parent df7fe42 commit a907e5c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# serve to show the default.
1313

1414
import sys, os
15-
from pyres import __version__
1615

1716
# If extensions (or modules to document with autodoc) are in another directory,
1817
# add these directories to sys.path here. If the directory is relative to the
@@ -46,9 +45,9 @@
4645
# built documents.
4746
#
4847
# The short X.Y version.
49-
version = __version__
48+
version = '1.3'
5049
# The full version, including alpha/beta/rc tags.
51-
release = __version__
50+
release = '1.3'
5251

5352
# The language for content autogenerated by Sphinx. Refer to documentation
5453
# for a list of supported languages.

0 commit comments

Comments
 (0)