We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872b2fa commit 0111217Copy full SHA for 0111217
.github/workflows/continuous-integration.yml
@@ -91,6 +91,7 @@ jobs:
91
shell: bash -el {0}
92
steps:
93
- uses: actions/checkout@v4
94
+ - uses: astral-sh/setup-uv@v5
95
- name: Install pandoc
96
run: sudo apt-get install -y pandoc
97
- name: Sync
.readthedocs.yml
@@ -6,6 +6,9 @@ build:
6
python: "3.12"
7
jobs:
8
post_install:
9
+ - asdf plugin add uv
10
+ - asdf install uv latest
11
+ - asdf global uv latest
12
- uv sync --group docs
13
build:
14
html:
0 commit comments