Skip to content

Commit e4c15c4

Browse files
Fix invalid config key in .readthedocs.yaml
Fix Read the Docs build: move system_packages to correct section
1 parent 44011c2 commit e4c15c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ build:
99
os: ubuntu-20.04
1010
tools:
1111
python: "3.10"
12+
system_packages: true
1213

1314
# Build documentation in the docs/ directory with Sphinx
1415
sphinx:
@@ -22,4 +23,3 @@ sphinx:
2223
python:
2324
install:
2425
- requirements: requirements.txt
25-
system_packages: true

0 commit comments

Comments
 (0)