We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae936f commit 433cb99Copy full SHA for 433cb99
.readthedocs.yml
@@ -12,16 +12,16 @@ build:
12
python: "3.13"
13
jobs:
14
post_install:
15
- # We just need to pass -config-settings, others are what RTD does by default.
16
- python -m pip install -upgrade-strategy only-if-needed --no-cache-dir -config-settings=setup-args="-Dbuild_extensions=false" .
+ # We just need to pass -config-settings, others are what RTD does by default.
17
18
# Install the package.
19
python:
20
install:
21
- method: pip
22
+ - requirements: docs-requirements.txt
23
# Can't use path, want to disable meson building extensions.
24
# path: .
- - requirements: docs-requirements.txt
25
26
# Build documentation in the docs/ directory with Sphinx
27
sphinx:
0 commit comments