From 1d2b1f0307a045ebad5a9017886c0c6d84f006d4 Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Fri, 6 Aug 2021 10:47:14 +0200 Subject: [PATCH] rtd-requirements: Update to Sphinx 4.1 See https://github.com/pybricks/pybricks-api/issues/70 --- rtd-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtd-requirements.txt b/rtd-requirements.txt index b873c0e..7c9aedd 100644 --- a/rtd-requirements.txt +++ b/rtd-requirements.txt @@ -1,5 +1,5 @@ # This file is strictly for building docs on readthedocs.org # See pyproject.toml for local development -Sphinx==3.5.3 -sphinx-rtd-theme==0.5.2 +Sphinx==4.1.2 +git+git://github.com/readthedocs/sphinx_rtd_theme@f5b0291#egg=sphinx-rtd-theme toml