From afd35d1b2a068ac8cbb1170e2c2d4d69840748e5 Mon Sep 17 00:00:00 2001 From: Stefan Bender Date: Sun, 7 Apr 2024 13:41:34 +0200 Subject: [PATCH] docs: Install missing packages on RTD Installs the markdown parser and theme packages on RTD, as they are no longer automatically available there. Should fix doc builds. --- .rtd-environment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.rtd-environment.yml b/.rtd-environment.yml index ec040ba..15531d2 100644 --- a/.rtd-environment.yml +++ b/.rtd-environment.yml @@ -8,6 +8,8 @@ dependencies: - ipython - numpy - numpydoc + - recommonmark + - sphinx_rtd_theme - xarray - pip - pip: