Skip to content

Commit

Permalink
Update docs taskipy task to use mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDrike committed Aug 9, 2024
1 parent 6105670 commit c4751fd
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 @@ -287,7 +287,7 @@ retest = "pytest -v --last-failed"
test-nocov = "pytest -v --no-cov --failed-first"
retest-nocov = "pytest -v --no-cov --last-failed"
changelog-preview = "towncrier build --draft --version next"
docs = "sphinx-build -b dirhtml -d ./docs/_build/doctrees -W -E -T --keep-going ./docs ./docs/_build/html"
docs = "mkdocs serve"

[tool.poetry-dynamic-versioning]
enable = true
Expand Down

0 comments on commit c4751fd

Please sign in to comment.