Skip to content

Commit dd2086b

Browse files
committed
minor fixes
1 parent 3e1846a commit dd2086b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/source/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
project = 'PySHRED'
1111
copyright = '2025, Kutz Research Group'
1212
author = 'Kutz Research Group'
13-
version = release = os.getenv("SPHINX_MULTIVERSION_NAME", "local")
13+
14+
version = release = "v1.0.0"
1415

1516
# -- General configuration ---------------------------------------------------
1617
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
@@ -24,7 +25,7 @@
2425
"myst_parser",
2526
"sphinx.ext.githubpages",
2627
"sphinx_design",
27-
'sphinx.ext.mathjax',
28+
"sphinx.ext.mathjax",
2829
]
2930

3031
myst_enable_extensions = [

docs/source/release_notes/v1_0_0.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Release Notes
2-
3-
## v1.0.0 — Initial Launch
1+
# v1.0.0 — Initial Launch
42

53
Released: 2025-06-14
64

0 commit comments

Comments
 (0)