File tree 1 file changed +12
-11
lines changed
1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,21 @@ build:
13
13
# Build documentation in the "docs/" directory with Sphinx
14
14
sphinx :
15
15
configuration : docs/source/conf.py
16
- fail_on_warning : true
17
- # Optionally build your docs in additional formats such as PDF and ePub
16
+ # fail_on_warning: true
17
+
18
+ # Build your docs in additional formats such as PDF and ePub
18
19
formats :
19
20
- pdf
20
- # Optional but recommended, declare the Python requirements required
21
- # to build your documentation
21
+
22
+ # Declare the Python requirements required to build your documentation
22
23
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
23
- # python:
24
- # install:
25
- # - method: pip
26
- # path: .
27
- # extra_requirements:
28
- # - image
29
- # - dev
30
24
# See https://docs.readthedocs.io/en/stable/guides/conda.html#making-builds-faster-with-mamba
31
25
conda :
32
26
environment : docs/environment.yaml
27
+ python :
28
+ install :
29
+ - method : pip
30
+ path : .
31
+ # extra_requirements:
32
+ # - image
33
+ # - dev
You can’t perform that action at this time.
0 commit comments