From e52947158c3cf611df6329e1be3facf551ba7451 Mon Sep 17 00:00:00 2001 From: anzoman Date: Fri, 9 Apr 2021 11:01:41 +0200 Subject: [PATCH] Update Sphinx and Read the Docs dependency When pushing our docs to GitHub pages in the last days we were surprised when some parts were not rendered correctly. We have discovered that this has something to do with the version of Read the docs theme we're using (more info is available her in this issue: https://github.com/readthedocs/sphinx_rtd_theme/issues/1115), so we had to upgrade sphix-rtd-theme package to 0.5.2 and we also updated Sphinx to the latest 3.5.3 version. --- Pipfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index fdaf83ef..4f074141 100644 --- a/Pipfile +++ b/Pipfile @@ -16,8 +16,8 @@ selinux = "==0.2.1" setuptools = "*" wheel = "*" twine = ">=3.0.0" -sphinx = "==3.3.1" -sphinx-rtd-theme = "==0.5.0" +sphinx = "==3.5.3" +sphinx-rtd-theme = "==0.5.2" sphinx-tabs = "==2.1.0" sphinx-argparse = "==0.2.5" sphinx-copybutton = "==0.3.1"