We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9350e49 commit cd7a41cCopy full SHA for cd7a41c
1 file changed
.readthedocs.yml
@@ -3,10 +3,10 @@ version: 2
3
python:
4
version: 3.8
5
install:
6
- - requierments: docs/source/requirements.txt
+ - requirements: docs/source/requirements.txt
7
- method: pip
8
path: .
9
- system_packages: true
+ system_packages: true
10
11
sphinx:
12
builder: html
0 commit comments