Signed-off-by: John Snow <js...@redhat.com> --- Makefile | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/Makefile b/Makefile index 81bfca8..029a824 100644 --- a/Makefile +++ b/Makefile @@ -103,6 +103,7 @@ check-coverage: clean: python3 setup.py clean --all rm -f pyproject.toml + make -C docs clean .PHONY: distclean distclean: clean @@ -142,3 +143,7 @@ publish: pre-publish .PHONY: publish-test publish-test: pre-publish python3 -m twine upload --verbose -r testpypi dist/* + +.PHONY: docs +docs: + make -C docs html -- 2.31.1