Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Git tag selection regex in sphinx configuration #126

Closed

Conversation

rbrazinskas
Copy link
Contributor

Use regex that selects Git tags of the format MAJOR.MINOR that are >= 4.0. Also filter out all tags that do not strictly match format INTEGER.INTEGER. For example, "12.a1" would be filtered out

Use regex that selects Git tags of the format MAJOR.MINOR that are >= 4.0. Also filter out all tags that do not strictly match format INTEGER.INTEGER. For example, "12.a1" would be filtered out
@rbrazinskas
Copy link
Contributor Author

Closing this PR, because we just have dropped the support for multiversion documentation builds; and the bug was in sphinx-multiversion-contrib configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant