From ef1712aa5463f9c4e518051778cb151224a37c6e Mon Sep 17 00:00:00 2001 From: Jon Wright Date: Fri, 6 Dec 2024 18:43:48 +0100 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b77434de..442ff0d3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,9 +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 + jobs: + post_install: + VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python setup.py build_ext --inplace # Build documentation in the "docs/" directory with Sphinx sphinx: