Skip to content

Commit

Permalink
Add a validate docs command (ethereum#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes authored Jun 22, 2022
1 parent 7fd5078 commit 160c0fe
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 160c0fe

Please sign in to comment.