Skip to content

Commit dc4a881

Browse files
committed
update versioning
1 parent 6025aa3 commit dc4a881

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docs/source/_static/versions.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
[
22
{
33
"version": "main",
4-
"url": "/pyshred/main/",
5-
"label": "development"
4+
"url": "/pyshred/main/"
65
},
76
{
87
"version": "stable",
9-
"url": "/pyshred/stable/",
10-
"label": "stable"
8+
"url": "/pyshred/stable/"
119
},
1210
{
1311
"version": "v1.0.0",

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", "local")
13+
version = release = os.getenv("SPHINX_MULTIVERSION_NAME")
1414

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

0 commit comments

Comments
 (0)