Skip to content
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'