File tree Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 8
8
- id : check-yaml
9
9
# special mkdocs config to include inline icons fails (see `pymdownx.emoji` in mkdocs.yml)
10
10
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,12 @@ version: 2
6
6
7
7
# Set the version of Python and other tools you might need
8
8
build :
9
- os : ubuntu-22 .04
9
+ os : ubuntu-24 .04
10
10
tools :
11
- python : " 3.12"
11
+ python : latest
12
+ jobs :
13
+ install :
14
+ - pip install --group 'docs'
12
15
13
16
mkdocs :
14
17
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