Compare commits

...
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

1 Commits
main ... prod

  1. 2
      source/conf.py

2
source/conf.py

@ -70,4 +70,4 @@ html_theme_options = {
smv_branch_whitelist = r'^main$' smv_branch_whitelist = r'^main$'
smv_tag_whitelist = r'^v[\d\.]+$' smv_tag_whitelist = r'^v[\d\.]+$'
smv_released_pattern = r'.*tags/v[\d\.]+' smv_released_pattern = r'.*tags/v[\d\.]+'
smv_latest_version = 'v0.01' smv_latest_version = 'v1.0.0'