File tree Expand file tree Collapse file tree 2 files changed +32
-11
lines changed Expand file tree Collapse file tree 2 files changed +32
-11
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
3
- python :
4
- # Revise build version once more dependencies support python 3.9+
5
- version : 3.8
6
- system_packages : false
7
- install :
8
- - method : pip
9
- path : .
10
- extra_requirements :
11
- - docs
3
+ build :
4
+ os : " ubuntu-20.04"
5
+ tools :
6
+ python : " mambaforge-4.10"
7
+
8
+ conda :
9
+ environment : docs/rtd_environment.yaml
12
10
13
11
sphinx :
14
- fail_on_warning : true
15
- configuration : docs/conf.py
12
+ builder : html
13
+ configuration : docs/conf.py
14
+ fail_on_warning : true
15
+
16
+ # Install regular dependencies.
17
+ # Then, install special pinning for RTD.
18
+ python :
19
+ system_packages : false
20
+ install :
21
+ - method : pip
22
+ path : .
23
+ extra_requirements :
24
+ - docs
25
+ - all
26
+
27
+ # Don't build any extra formats
28
+ formats : []
Original file line number Diff line number Diff line change
1
+ name : rtd311
2
+ channels :
3
+ - conda-forge
4
+ - defaults
5
+ dependencies :
6
+ - python=3.11
7
+ - pip
8
+ - graphviz
You can’t perform that action at this time.
0 commit comments