Skip to content

Commit

Permalink
Use poetry run for sphinx commands (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound authored Mar 8, 2024
1 parent 29d7a02 commit 68d33f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ backup location:

# Build the docs using sphinx
make-docs:
sphinx-build -b html docs/ docs/_build/html
poetry run sphinx-build -b html docs/ docs/_build/html

# Build & serve the docs using a live server
serve-docs:
sphinx-autobuild docs/ docs/_build/html
poetry run sphinx-autobuild docs/ docs/_build/html

0 comments on commit 68d33f2

Please sign in to comment.