Skip to content

Commit

Permalink
feat: add rye run doc command for building the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSasser committed Oct 8, 2024
1 parent 350792d commit 7756bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ docs = [
[tool.rye.scripts]
# Application entry points
matrixctl = { call = "matrixctl.__main__:main" }
# docs = { rye run sphinx-build -T -W -b html -d {envtmpdir}/doctrees docs/source docs/build/html }
doc = { cmd = "sphinx-build -T -W -b html docs/source docs/build/html" }

# Linting
check = { chain = ["check:lint", "check:fmt"] }
Expand Down

0 comments on commit 7756bed

Please sign in to comment.