From fc159a4ccccba417963ce8ab697e1e55b303be05 Mon Sep 17 00:00:00 2001 From: Stefan Bender Date: Fri, 14 Aug 2020 15:34:57 +0200 Subject: [PATCH] docs: Fix docs on rtd Sphinx 3.2.0 (on rtd) has a problem with cpython extensions, disables that version when building the docs on rtd. References: * https://github.com/sphinx-doc/sphinx/issues/8074 * https://github.com/sphinx-doc/sphinx/pull/8077 [skip ci] --- .rtd-environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rtd-environment.yml b/.rtd-environment.yml index 08beeaa..59ecf40 100644 --- a/.rtd-environment.yml +++ b/.rtd-environment.yml @@ -8,6 +8,7 @@ dependencies: - ipython - numpy - numpydoc + - sphinx!=3.2.0 - xarray - pip - pip: