From 37191b7208d0eff45f83009f34aa9316daf06d46 Mon Sep 17 00:00:00 2001 From: Davide Curreli Date: Tue, 5 Dec 2023 12:05:41 -0600 Subject: [PATCH] Adding sphinx-rtd-theme to .readthedocs.yaml --- .readthedocs.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1cff11e..2e73775 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,7 +5,8 @@ build: tools: python: "3.8" jobs: - post_create_environment: + pre_build: + - pip install sphinx-rtd-theme - pip install sphinxcontrib-bibtex - pip install sphinxcontrib-pseudocode - - pip install sphinx-copybutton + - pip install sphinx-copybutton \ No newline at end of file