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 62a1747 commit 500c3d1Copy full SHA for 500c3d1
1 file changed
.github/workflows/docs.yml
@@ -29,6 +29,7 @@ jobs:
29
# ADJUST THIS: install all dependencies (including pdoc)
30
- run: |
31
uv sync
32
+ uv pip install dateutil
33
uv sync --group doc
34
# ADJUST THIS: build your documentation into docs/.
35
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
0 commit comments