File tree Expand file tree Collapse file tree 3 files changed +6
-15
lines changed Expand file tree Collapse file tree 3 files changed +6
-15
lines changed Original file line number Diff line number Diff line change 88 - id : check-yaml
99 # special mkdocs config to include inline icons fails (see `pymdownx.emoji` in mkdocs.yml)
1010 args : ['--unsafe'] # use `--unsafe` to workaround yaml loading
11- - id : requirements-txt-fixer
Original file line number Diff line number Diff line change @@ -6,14 +6,13 @@ version: 2
66
77# Set the version of Python and other tools you might need
88build :
9- os : ubuntu-22 .04
9+ os : ubuntu-24 .04
1010 tools :
11- python : " 3.12"
11+ python : latest
12+ jobs :
13+ install :
14+ - python -m pip install -U pip
15+ - pip install --group 'docs'
1216
1317mkdocs :
1418 configuration : mkdocs.yml
15-
16- # Optionally declare the Python requirements required to build your docs
17- python :
18- install :
19- - requirements : docs/requirements.txt
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments