Skip to content

Commit

Permalink
Fix "doc" tox task
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Rische <[email protected]>
  • Loading branch information
jrisc committed Nov 22, 2024
1 parent c8a69db commit cde2416
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ deps =
doc8
docutils
markdown
rst2html
basepython = python3
commands =
doc8 --allow-long-titles README
python setup.py check --restructuredtext --metadata --strict
rst2html.py README {toxworkdir}/README.html
rst2html README {toxworkdir}/README.html
markdown_py README.md -f {toxworkdir}/README.md.html

[pytest]
Expand Down

0 comments on commit cde2416

Please sign in to comment.