From f6f04ae9f660260dd406ed56bc0963385b071b9b Mon Sep 17 00:00:00 2001 From: Jon Wright Date: Fri, 6 Dec 2024 18:43:07 +0100 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d8495ee8..b77434de 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,6 +13,9 @@ build: # nodejs: "20" # rust: "1.70" # golang: "1.20" +jobs: + post_install: + VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python setup.py build_ext --inplace # Build documentation in the "docs/" directory with Sphinx sphinx: