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 a82ed38 commit 174cea7Copy full SHA for 174cea7
readthedocs.yml
@@ -7,17 +7,18 @@ version: 2
7
8
# Build documentation in the doc/ directory with Sphinx
9
sphinx:
10
- configuration: doc/source/conf.py
+ configuration: doc/source/conf.py
11
12
# Optionally build your docs in additional formats such as PDF and ePub
13
-formats: all
+formats:
14
+ - pdf
15
16
conda:
17
environment: doc/environment.yml
18
19
# Optionally set the version of Python and requirements required to build your docs
20
python:
- version: 3.6
21
- install:
22
- - method: setuptools
23
- path: .
+ version: 3.6
+ install:
+ - method: setuptools
24
+ path: .
0 commit comments