Skip to content

Commit

Permalink
add docs tox testenv config
Browse files Browse the repository at this point in the history
  • Loading branch information
EFord36 committed Aug 9, 2023
1 parent a3c5ac4 commit ebc91e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -275,4 +275,11 @@ commands =
pydocstyle {toxinidir}/src/docformatter
ruff check --select "PL" --select "F" {toxinidir}/src/docformatter
rstcheck --report-level=1 {toxinidir}/README.rst
[testenv:docs]
description = build docformatter documentation
allowlist_externals = make
changedir = docs
commands =
make html
"""

0 comments on commit ebc91e4

Please sign in to comment.