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

Revert "add git to build multi version doc"

This reverts commit ed28008c.
parent d71ae771
No related branches found
No related tags found
No related merge requests found
......@@ -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+\.\d+$' # tags of form v*.*.x and latest
smv_tag_whitelist = r'^v\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