Skip to content

Commit 764d668

Browse files
Split Sphinx version and release variables for tool compatibility
1 parent 5c05062 commit 764d668

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
year = '2025'
1919
author = 'NREL'
2020
copyright = f'{year}, {author}'
21-
version = release = '3.9.29-alpha.0'
21+
version = '3.9.29-alpha.0'
22+
release = '3.9.29-alpha.0'
2223

2324
pygments_style = 'trac'
2425
templates_path = ['./templates']

0 commit comments

Comments
 (0)