mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +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 clean
|
||||||
$(MAKE) -C docs html
|
$(MAKE) -C docs html
|
||||||
$(MAKE) -C docs doctest
|
$(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
|
open docs/_build/html/index.html
|
||||||
|
|
||||||
linux-docs: build-docs
|
linux-docs: build-docs
|
||||||
|
|||||||
Reference in New Issue
Block a user