Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
[DSX-632] Update docs/conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Jan 25, 2022
1 parent 0fb06bf commit 4284d59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
subprocess.check_output( # nosec
f"{sys.executable} {setup_py} --version",
shell=True,
cwd=Path(__file__).parent.parent,
)
.decode("utf-8")
.strip()
Expand All @@ -37,7 +38,7 @@
# The short X.Y version
version = ver.base_version
# The full version, including alpha/beta/rc tags
release = ver.public
release = str(ver)


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 4284d59

Please sign in to comment.