From 67100fd8a9c21f7f737b0b22f043a93d4021fe3d Mon Sep 17 00:00:00 2001 From: Althea Denlinger Date: Mon, 4 Nov 2024 08:58:57 -0800 Subject: [PATCH] Whitelist all sphinx-multiversion versions --- docs/conf.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 936bdf58..04d3f3ee 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 @@ -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'