Skip to content

Commit

Permalink
Fix sphinx-build
Browse files Browse the repository at this point in the history
  • Loading branch information
mw committed Mar 20, 2024
1 parent 50b09ed commit b19d009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: "poetry install --with docs"

- name: Build
run: sphinx-build -b dirhtml -v docs _build
run: poetry run sphinx-build -b dirhtml -v docs _build

- name: Remove .doctrees
run: rm -r _build/.doctrees
Expand Down

0 comments on commit b19d009

Please sign in to comment.