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 0577a99 commit 54ed5feCopy full SHA for 54ed5fe
.readthedocs.yml
@@ -9,16 +9,11 @@ version: 2
9
sphinx:
10
configuration: docs/conf.py
11
12
-
13
# Optionally build your docs in additional formats such as PDF and ePub
14
formats: all
15
16
# Optionally set the version of Python and requirements required to build your docs
17
python:
18
- version: 3.7
19
- install:
20
- - requirements: docs/requirements.txt
21
- - method: pip
22
- path: .
23
- - method: setuptools
24
- system_packages: true
+ version: 3.7
+ install:
+ - requirements: docs/requirements.txt
0 commit comments