diff --git a/ci/release/update-version.sh b/ci/release/update-version.sh index e4ca4a8dd..e70df365d 100755 --- a/ci/release/update-version.sh +++ b/ci/release/update-version.sh @@ -31,8 +31,8 @@ function sed_runner() { } # RTD update -sed_runner 's/version = .*/version = '"'${NEXT_SHORT_TAG}'"'/g' docs/source/conf.py -sed_runner 's/release = .*/release = '"'${NEXT_FULL_TAG}'"'/g' docs/source/conf.py +sed_runner 's/version = .*/version = "'"${NEXT_SHORT_TAG}"'"/g' docs/source/conf.py +sed_runner 's/release = .*/release = "'"${NEXT_FULL_TAG}"'"/g' docs/source/conf.py # Centralized version file update echo "${NEXT_FULL_TAG}" > VERSION diff --git a/docs/source/conf.py b/docs/source/conf.py index 4fc968e8d..572312f8e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -72,9 +72,9 @@ # built documents. # # The short X.Y version. -version = '24.02' +version = "24.02" # The full version, including alpha/beta/rc tags. -release = '24.02.00' +release = "24.02.00" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.