adds doctest to makefile
parent
a5a85ca5a4
commit
387759f3b0
4
Makefile
4
Makefile
|
|
@ -71,6 +71,10 @@ docs: install ## generate Sphinx HTML documentation, including API docs
|
|||
$(MAKE) -C docs html
|
||||
$(BROWSER) docs/_build/html/index.html
|
||||
|
||||
doctest: install ## generate Sphinx HTML documentation, including API docs
|
||||
$(MAKE) -C docs clean
|
||||
$(MAKE) -C docs doctest
|
||||
|
||||
servedocs: docs ## compile the docs watching for changes
|
||||
watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D .
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue