Skip to content
Snippets Groups Projects
Commit ed28008c authored by Philippe Ruiz's avatar Philippe Ruiz
Browse files

add git to build multi version doc

parent b2f82df5
No related branches found
No related tags found
No related merge requests found
Pipeline #280129 waiting for manual action
......@@ -51,9 +51,9 @@ html_static_path = ['_static']
# for sphinx-multiversions # https://github.com/Holzhaus/sphinx-multiversion
# https://blog.stephane-robert.info/post/sphinx-documentation-multi-version/
smv_tag_whitelist = r'^v\d+\.\d$' # tags of form v*.*.x and latest
smv_tag_whitelist = r'^v\d+\.\d+\.\d+$' # tags of form v*.*.x and latest
# Whitelist pattern for branches (set to '' to ignore all branches)
smv_branch_whitelist = r'^master$'
smv_released_pattern = r'^tags/.*$'
smv_remote_whitelist = r'^.*$'
smv_latest_version = 'latest'
smv_released_pattern = r'^tags/v\d+\.\d+\.\d+$'
smv_outputdir_format = '{ref.name}'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment