We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9574e24 commit d30f9b7Copy full SHA for d30f9b7
docs/conf.py
@@ -54,9 +54,9 @@
54
# built documents.
55
#
56
# The short X.Y version.
57
-version = ".".join(ctre.__version__.split(".")[:2])
+version = ".".join(phoenix5.__version__.split(".")[:2])
58
# The full version, including alpha/beta/rc tags.
59
-release = ctre.__version__
+release = phoenix5.__version__
60
61
autoclass_content = "both"
62
0 commit comments