Skip to content

Commit

Permalink
Pin documenteer version to 0.8.2 in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mxk62 committed Feb 1, 2024
1 parent 76190be commit 45fa4b3
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 @@ -35,7 +35,7 @@ jobs:
run: pip install --no-deps -v .

- name: Install documenteer
run: pip install 'documenteer[pipelines]>0.8,<0.9'
run: pip install 'documenteer[pipelines]==0.8.2'

- name: Build documentation
working-directory: ./doc
Expand Down

0 comments on commit 45fa4b3

Please sign in to comment.