From b493cb8d04fdacc326ad60f8ad2796a5b52b3a97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20M=C3=BCller?= Date: Sun, 16 Jan 2022 00:36:13 +0100 Subject: [PATCH] Doc: need to stick to sphinx-rtd-theme<1 See: https://github.com/readthedocs/sphinx_rtd_theme/issues/1278 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c2f206ffa..d86b11d08 100644 --- a/setup.cfg +++ b/setup.cfg @@ -71,7 +71,7 @@ doc = pyvista>=0.29 sphinx>=4 sphinx-gallery>=0.8 - sphinx-rtd-theme>=1 + sphinx-rtd-theme<1 plotting = matplotlib>=3 pyvista>=0.29