From 810cfb5e3a01ecfbea4a8fa6310ea0925771d7b5 Mon Sep 17 00:00:00 2001 From: James Bourbeau Date: Thu, 14 Nov 2024 14:03:36 -0600 Subject: [PATCH] More --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index cff64b2..2c697d0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,6 +4,9 @@ build: os: ubuntu-20.04 tools: python: "3.9" + jobs: + post_install: + - pip install -r docs/requirements.txt sphinx: configuration: docs/conf.py