Skip to content

Commit 5b7a1dc

Browse files
committed
tweak the root_ref
1 parent fd7dc7c commit 5b7a1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@
299299
# -- Options for sphinxdoc-versioning -------------------------------------
300300

301301
scv_greatest_tag = True
302-
scv_root_ref = version
302+
scv_root_ref = ('v%s' % version)
303303
scv_priority = 'branches'
304304
scv_sort = ('semver',)
305305
scv_whitelist_branches = (re.compile(r'^v\d+\.\d+$'),)

0 commit comments

Comments
 (0)