Skip to content

Commit

Permalink
Pin documenteer==0.8.2.
Browse files Browse the repository at this point in the history
This version claims to be compatible with Pydantic v2 and it works for
daf_butler, though there are reasons to doubt it's fully compatible.
  • Loading branch information
TallJimbo committed Dec 21, 2023
1 parent bb6383c commit 4869db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
pip install wheel
- name: Install documenteer
run: pip install 'documenteer[pipelines]>=0.8'
run: pip install 'documenteer[pipelines]==0.8.2'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 4869db0

Please sign in to comment.