File tree Expand file tree Collapse file tree 2 files changed +21
-8
lines changed Expand file tree Collapse file tree 2 files changed +21
-8
lines changed Original file line number Diff line number Diff line change @@ -2,20 +2,17 @@ version: 2
22build :
33 os : ubuntu-22.04
44 tools :
5- python : " 3.12 "
5+ python : " mambaforge-latest "
66 apt_packages :
77 - default-jre # for plantuml
88 - graphviz # for plantuml
99 jobs :
1010 pre_install :
1111 - bash scripts/rtd_pre_install.sh
1212
13+ conda :
14+ environment : doc/rtd-environment.yml
15+
1316sphinx :
1417 configuration : doc/conf.py
15- fail_on_warning : true
16-
17- python :
18- install :
19- - method : pip
20- path : .
21- extra_requirements : [docs]
18+ fail_on_warning : true
Original file line number Diff line number Diff line change 1+ name : fastcan-rtd
2+ channels :
3+ - conda-forge
4+ dependencies :
5+ - micromamba
6+ - pip
7+ - furo
8+ - matplotlib
9+ - pandas
10+ - sphinx_gallery
11+ - sphinx-design
12+ - sphinxcontrib-plantuml
13+ - jupyterlite-sphinx
14+ - pip :
15+ - .
16+ - jupyterlite-xeus >=2.1.2
You can’t perform that action at this time.
0 commit comments