Skip to content

Commit 46eb660

Browse files
committed
Changed conf.py to be more consistent with cookiecutter
1 parent 5296b53 commit 46eb660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
# built documents.
4747
#
4848
# The full version, including alpha/beta/rc tags.
49-
release = open("../VERSION").read().strip()
49+
release = "1.0"
5050
# The short X.Y version.
51-
version = ".".join(release.split(".")[:2])
51+
version = "1.0"
5252

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

0 commit comments

Comments
 (0)