File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,14 +17,22 @@ formats:
1717 - pdf
1818
1919build :
20- os : ubuntu-22 .04
20+ os : ubuntu-24 .04
2121 tools :
22- python : mambaforge-4.10
22+ python : mambaforge-latest
23+ jobs :
24+ post_checkout :
25+ - git fetch --unshallow || true
26+ - git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*' || true
27+ - git fetch --all --tags || true
28+ pre_install :
29+ - git update-index --assume-unchanged docs/rtd_environment.yaml docs/conf.py
30+ post_install :
31+ - git describe --exact-match || towncrier build --keep
2332
2433conda :
2534 environment : docs/rtd_environment.yaml
2635
27- # Optionally set the version of Python and requirements required to build your docs
2836python :
2937 install :
3038 - method : pip
Original file line number Diff line number Diff line change 1- name : rtd311
21channels :
32 - conda-forge
4- - defaults
53dependencies :
6- - python=3.11
4+ - python=3.13
75 - pip
86 - graphviz
You can’t perform that action at this time.
0 commit comments