mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Add a validate docs command (#64)
This commit is contained in:
8
Makefile
8
Makefile
@ -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
|
||||
|
||||
Reference in New Issue
Block a user