From 72b2a6a1f581bfe3ec1280671643385fef978d11 Mon Sep 17 00:00:00 2001 From: dzalkind <65573423+dzalkind@users.noreply.github.com> Date: Thu, 11 Jul 2024 08:19:35 -0600 Subject: [PATCH] Update .readthedocs.yaml (#359) --- .readthedocs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 061090c2..2ed53743 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,6 +10,11 @@ build: os: ubuntu-22.04 tools: python: "mambaforge-22.9" + jobs: + # Read the docs needs a couple packages not in the environment file + pre_install: + - conda install -y cmake compilers sphinx sphinxcontrib-bibtex + - conda install sphinx_rtd_theme>=1.3 conda: environment: environment.yml