From f4bffc6ec612921fffc3bb03fc8ff4ef99d0d39b Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Mon, 26 Aug 2024 06:34:04 -0700 Subject: [PATCH] More RTD edits --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 94487d3..4d92db6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,6 +10,9 @@ build: os: ubuntu-22.04 tools: python: "3.12" + jobs: + post_create_environment: + - python -m pip install sphinx_rtd_theme # You can also specify other tool versions: # nodejs: "20" # rust: "1.70"