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 87919b8 commit 8442942Copy full SHA for 8442942
docs/source/conf.py
@@ -55,4 +55,11 @@
55
56
html_theme = "pydata_sphinx_theme"
57
html_static_path = ['_static']
58
-html_title = "PySHRED"
+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