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 3d316c1 commit 1ef2a3fCopy full SHA for 1ef2a3f
docs/source/conf.py
@@ -25,8 +25,8 @@ def get_version():
25
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
26
27
full_version = get_version()
28
-version = ".".join(full_version.split(".")[:2])
29
-release = full_version
+version = str(".".join(full_version.split(".")[:2]))
+release = str(full_version)
30
31
project = "QSS Parser"
32
copyright = "2025, OniMock"
0 commit comments