Skip to content

Commit aeb2402

Browse files
committed
Fix ReadTheDocs documentation compilation
1 parent 9fbb851 commit aeb2402

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ sphinx:
1919
formats:
2020
- pdf
2121

22-
# Optionally declare the Python requirements required to build your docs
2322
python:
2423
install:
2524
- requirements: docs/requirements.txt
26-
27-
extra_requirements:
28-
- all
25+
- method: pip
26+
path: .
27+
extra_requirements:
28+
- all
29+
system_packages: true

0 commit comments

Comments
 (0)