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 d48e6f9 commit 6025aa3Copy full SHA for 6025aa3
docs/source/conf.py
@@ -5,11 +5,12 @@
5
6
# -- Project information -----------------------------------------------------
7
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
8
+import os
9
10
project = 'PySHRED'
11
copyright = '2025, Kutz Research Group'
12
author = 'Kutz Research Group'
-version = 'v1.0.0'
13
+version = release = os.getenv("SPHINX_MULTIVERSION_NAME", "local")
14
15
# -- General configuration ---------------------------------------------------
16
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
0 commit comments