From 644388703c35255f525bba56a7e4b0309b3e184d Mon Sep 17 00:00:00 2001 From: Spencer Brown Date: Sat, 25 Jan 2025 14:45:15 +1000 Subject: [PATCH] Missing dash --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index e1ae6a11..b1cddd92 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -12,7 +12,7 @@ build: python: "3.13" jobs: post_install: - - python -m pip install -upgrade-strategy only-if-needed --no-cache-dir -config-settings=setup-args="-Dbuild_extensions=false" . + - python -m pip install -upgrade-strategy only-if-needed --no-cache-dir --config-settings=setup-args="-Dbuild_extensions=false" . - python -m pip install -exists-action=w -r docs-requirements.txt # We just need to pass -config-settings, others are what RTD does by default.