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