We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs.yml
dateutil
1 parent 8b4bff2 commit 7c5ce77Copy full SHA for 7c5ce77
1 file changed
.github/workflows/docs.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: astral-sh/setup-uv@v5
29
# ADJUST THIS: install all dependencies (including pdoc)
30
- run: |
31
- uv sync
+ uv pip install core_requirements.in
32
uv sync --group doc
33
# ADJUST THIS: build your documentation into docs/.
34
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
0 commit comments