Skip to content

Commit fd33902

Browse files
committed
add version and release defaults
1 parent 8879bb0 commit fd33902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
project = 'PySHRED'
1111
copyright = '2025, Kutz Research Group'
1212
author = 'Kutz Research Group'
13-
version = release = os.getenv("SPHINX_MULTIVERSION_NAME")
13+
version = release = os.getenv("SPHINX_MULTIVERSION_NAME", "local")
1414

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

0 commit comments

Comments
 (0)