Skip to content

Commit

Permalink
wip: wrap poetry for sphinx build
Browse files Browse the repository at this point in the history
  • Loading branch information
skim0119 committed Mar 9, 2023
1 parent 1cb78c5 commit f1a6958
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ jobs:
poetry config virtualenvs.in-project false
poetry install --all-extras
# The command used to build your documentation.
build-command: make html #"-W --keep-going" # -n"
# build-command: make html #"-W --keep-going" # -n"
build-command: poetry run sphinx-build docs ./docs/_build/html

0 comments on commit f1a6958

Please sign in to comment.