Skip to content

Commit

Permalink
build: added poetry run prefix to SPHINXBUILD default (alawys run `…
Browse files Browse the repository at this point in the history
…make html` with poetry)
  • Loading branch information
ErikBjare committed Jan 7, 2024
1 parent b32094a commit 517849b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
poetry install
- name: Build docs
run: |
poetry run make html
make html
- name: Upload build
uses: actions/upload-artifact@v2-preview
with:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ open:

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXBUILD = poetry run sphinx-build
PAPER =
BUILDDIR = _build

Expand Down

0 comments on commit 517849b

Please sign in to comment.