Skip to content

Commit 8442942

Browse files
committed
update conf
1 parent 87919b8 commit 8442942

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/source/conf.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,11 @@
5555

5656
html_theme = "pydata_sphinx_theme"
5757
html_static_path = ['_static']
58-
html_title = "PySHRED"
58+
html_title = "PySHRED"
59+
60+
smv_tag_whitelist = r'^v\d+\.\d+\.\d+$' # build all vX.Y.Z tags
61+
smv_branch_whitelist = r'^main$' # plus main branch
62+
smv_aliases = {
63+
"stable": r"^v\d+\.\d+\.\d+$", # newest tag becomes “stable”
64+
}
65+
smv_always_copy = True # copy instead of symlink – works anywhere

0 commit comments

Comments
 (0)