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

Whitelist all sphinx-multiversion versions #212

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
f'All rights reserved. Copyright (c) {date.today().year} Lawrence Livermore ' \
f'National Security, LLC. All rights reserved. Copyright (c) ' \
f'{date.today().year} UT-Battelle, LLC. All rights reserved.'
author = 'gemoetric_features development team'
author = 'geometric_features development team'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -195,7 +195,6 @@
}

# -- Options sphinx-multiversion -------------------------------------------
# Include tags like "tags/1.0.0" -- 1.7.2 doesn't build
smv_tag_whitelist = r'^(?!1.7.2)\d+\.\d+.\d+$'
smv_tag_whitelist = r'^\d+\.\d+.\d+$'
smv_branch_whitelist = 'main'
smv_remote_whitelist = 'origin'