File tree 3 files changed +34
-34
lines changed
3 files changed +34
-34
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+
3
+ build :
4
+ os : ubuntu-22.04
5
+ tools :
6
+ python : " mambaforge-4.10"
7
+ jobs :
8
+ post_checkout :
9
+ - git fetch --unshallow || true
10
+ pre_install :
11
+ - git update-index --assume-unchanged .rtd-environment.yml docs/conf.py
12
+
13
+ conda :
14
+ environment : .rtd-environment.yml
15
+
16
+ sphinx :
17
+ builder : html
18
+ configuration : docs/conf.py
19
+ fail_on_warning : false
20
+
21
+ python :
22
+ install :
23
+ - method : pip
24
+ extra_requirements :
25
+ - all
26
+ - docs
27
+ path : .
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- version : 2
2
-
3
- build :
4
- os : ubuntu-22.04
5
- tools :
6
- python : " mambaforge-4.10"
7
- jobs :
8
- post_checkout :
9
- - git fetch --unshallow || true
10
- pre_install :
11
- - git update-index --assume-unchanged .rtd-environment.yml docs/conf.py
12
-
13
- conda :
14
- environment : .rtd-environment.yml
15
-
16
- sphinx :
17
- builder : html
18
- configuration : docs/conf.py
19
- fail_on_warning : false
20
-
21
- python :
22
- install :
23
- - method : pip
24
- extra_requirements :
25
- - all
26
- - docs
27
- path : .
1
+ name : rtd_soar
2
+ channels :
3
+ - conda-forge
4
+ dependencies :
5
+ - python=3.11
6
+ - pip
7
+ - graphviz!=2.42.*,!=2.43.*
You can’t perform that action at this time.
0 commit comments