Skip to content

Commit 433cb99

Browse files
committed
Tweak
1 parent 3ae936f commit 433cb99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ build:
1212
python: "3.13"
1313
jobs:
1414
post_install:
15-
# We just need to pass -config-settings, others are what RTD does by default.
1615
- python -m pip install -upgrade-strategy only-if-needed --no-cache-dir -config-settings=setup-args="-Dbuild_extensions=false" .
16+
# We just need to pass -config-settings, others are what RTD does by default.
1717

1818
# Install the package.
1919
python:
2020
install:
2121
- method: pip
22+
- requirements: docs-requirements.txt
2223
# Can't use path, want to disable meson building extensions.
2324
# path: .
24-
- requirements: docs-requirements.txt
2525

2626
# Build documentation in the docs/ directory with Sphinx
2727
sphinx:

0 commit comments

Comments
 (0)