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.
2 parents ee1ee10 + 24678f2 commit 6639eaeCopy full SHA for 6639eae
docs/doc_sources/conf.py.in
@@ -21,7 +21,7 @@ author = "Intel Corp."
21
22
version = dpctl.__version__.strip(".dirty")
23
# The full version, including alpha/beta/rc tags
24
-release, _ = dpctl.__version__.strip(".dirty").split("+")
+release = dpctl.__version__.strip(".dirty").split("+")[0]
25
26
# -- General configuration ---------------------------------------------------
27
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
0 commit comments