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 3e1846a commit dd2086bCopy full SHA for dd2086b
docs/source/conf.py
@@ -10,7 +10,8 @@
10
project = 'PySHRED'
11
copyright = '2025, Kutz Research Group'
12
author = 'Kutz Research Group'
13
-version = release = os.getenv("SPHINX_MULTIVERSION_NAME", "local")
+
14
+version = release = "v1.0.0"
15
16
# -- General configuration ---------------------------------------------------
17
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
@@ -24,7 +25,7 @@
24
25
"myst_parser",
26
"sphinx.ext.githubpages",
27
"sphinx_design",
- 'sphinx.ext.mathjax',
28
+ "sphinx.ext.mathjax",
29
]
30
31
myst_enable_extensions = [
docs/source/release_notes/v1_0_0.md
@@ -1,6 +1,4 @@
1
-# Release Notes
2
-
3
-## v1.0.0 — Initial Launch
+# v1.0.0 — Initial Launch
4
5
Released: 2025-06-14
6
0 commit comments