Skip to content

Commit

Permalink
Remove HTML validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jan 14, 2022
1 parent d3bd5bf commit a288c66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
4 changes: 0 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,12 @@ commands =
-W {posargs:--keep-going} \
"{toxinidir}/docs/" "{toxinidir}/docs/html"

# Validate HTML
python validate-html.py "{toxinidir}/docs/html"

# Print out the output docs dir and a way to serve html:
python -c \
'import pathlib; '\
'docs_dir = pathlib.Path(r"{toxworkdir}") / "docs/html"; index_file = docs_dir / "index.html"; print(f"\nDocumentation available under `file://\{index_file\}`\n\nTo serve docs, use `python3 -m http.server --directory \{docs_dir\} 0`\n")'
deps =
-rdocs/requirements.txt
html5lib

# Ref: https://github.com/tox-dev/tox/issues/1199
Sphinx >= 1.6
Expand Down
31 changes: 0 additions & 31 deletions validate-html.py

This file was deleted.

0 comments on commit a288c66

Please sign in to comment.