chore: update py-sphinx_rtd_theme version to 3.0.1

This commit is contained in:
Anton Livaja 2024-10-15 15:59:03 -04:00
parent 0356639e9a
commit 3c1646d4d4

View file

@ -1,6 +1,6 @@
FROM scratch AS base
ENV VERSION=2.0.0
ENV SRC_HASH=40446e6789dd34deb4e9814e379bae0aa74057b6fb43de4b343a48c84fc0f8db
ENV VERSION=3.0.1
ENV SRC_HASH=588b3d1448be4dece8d85bbdd8f0f7de703e8b49011e052d676c609dcd3374cd
ENV SRC_FILE=${VERSION}.tar.gz
ENV SRC_SITE=https://github.com/readthedocs/sphinx_rtd_theme/archive/${SRC_FILE}