Add a validate docs command (#64)

This commit is contained in:
kclowes
2022-06-22 13:55:56 -06:00
committed by GitHub
parent 7fd5078070
commit 160c0feb05

View File

@ -45,10 +45,12 @@ build-docs:
$(MAKE) -C docs clean
$(MAKE) -C docs html
$(MAKE) -C docs doctest
./newsfragments/validate_files.py
towncrier build --draft --version preview
docs: build-docs
validate-docs:
python ./newsfragments/validate_files.py
towncrier --draft --version preview
docs: build-docs validate-docs
open docs/_build/html/index.html
linux-docs: build-docs