Skip to content

Commit

Permalink
Merge pull request #187 from innogames/fix_doc_tests
Browse files Browse the repository at this point in the history
Fix /bin/sh: 1: sphinx-build: not found
  • Loading branch information
kofrezo committed Nov 5, 2021
2 parents 09aff78 + 7c81b4d commit 6b0af83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:
pipenv run python -Wall -m serveradmin test --noinput --parallel
# Build sphinx docs, error on warning
cd docs
SPHINXOPTS='-W' pipenv run make html
SPHINXBUILD='pipenv run sphinx-build' SPHINXOPTS='-W' make html

0 comments on commit 6b0af83

Please sign in to comment.