From e43bcba29b71958394be517f589c6c4894434e34 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Fri, 22 Dec 2023 15:48:52 +0000 Subject: [PATCH] Fix RTD bug --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9e5ba778..ef0dba06 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,6 +9,9 @@ build: os: ubuntu-22.04 tools: python: "mambaforge-22.9" + jobs: + post_create_environment: + - python -m pip install sphinx_rtd_theme conda: environment: conda_env.yml