Skip to content

Commit d30f9b7

Browse files
authored
Fix docs build
1 parent 9574e24 commit d30f9b7

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
@@ -54,9 +54,9 @@
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = ".".join(ctre.__version__.split(".")[:2])
57+
version = ".".join(phoenix5.__version__.split(".")[:2])
5858
# The full version, including alpha/beta/rc tags.
59-
release = ctre.__version__
59+
release = phoenix5.__version__
6060

6161
autoclass_content = "both"
6262

0 commit comments

Comments
 (0)