From c4aa2a0455437b89787edf8219da3ac651708031 Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Thu, 17 Aug 2023 16:47:17 -0400 Subject: [PATCH] RTD install --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7615a713..5b1ff665 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,6 +10,9 @@ build: os: ubuntu-22.04 tools: python: "3.11" + jobs: + pre_install: + - pip install -e . # Build documentation in the docs/ directory with Sphinx sphinx: