From 60b00a39256a714395c514cb5ccedc6a1a60b100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Wed, 15 Mar 2023 12:06:50 +0100 Subject: [PATCH] fix(pip): update sphinx-rtd-theme to latest 1.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- Pipfile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index ddc18c165..0960479f6 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ verify_ssl = true [packages] rst2pdf = "*" -sphinx-rtd-theme = "==1.2.0rc2" +sphinx-rtd-theme = "==1.2.0" Sphinx = "*" Pillow = "*" diff --git a/requirements.txt b/requirements.txt index a99abde65..e6b955538 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ sphinx rst2pdf pillow -sphinx-rtd-theme==1.2.0rc2 +sphinx-rtd-theme==1.2.0 sphinxcontrib-phpdomain # https://github.com/readthedocs/readthedocs.org/issues/9037#issuecomment-1077818554