Skip to content

Commit 9ab9826

Browse files
authored
move to prebuild commands (#49)
1 parent 2802f44 commit 9ab9826

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ build:
99
os: ubuntu-22.04
1010
tools:
1111
python: "3.12"
12-
commands:
13-
- pip install mkdocs-material mkdocstrings[python] pymdown-extensions
12+
jobs:
13+
pre_build:
14+
- pip install mkdocs-material mkdocstrings[python] pymdown-extensions
1415

1516
mkdocs:
1617
configuration: docs/mkdocs.yml

0 commit comments

Comments
 (0)