Skip to content

Commit 6025aa3

Browse files
committed
dynamic version name
1 parent d48e6f9 commit 6025aa3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55

66
# -- Project information -----------------------------------------------------
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
8+
import os
89

910
project = 'PySHRED'
1011
copyright = '2025, Kutz Research Group'
1112
author = 'Kutz Research Group'
12-
version = 'v1.0.0'
13+
version = release = os.getenv("SPHINX_MULTIVERSION_NAME", "local")
1314

1415
# -- General configuration ---------------------------------------------------
1516
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

0 commit comments

Comments
 (0)