Update top-level Makefile with documentation generation commands.
parent
1ed011a0db
commit
e8a536d4b1
5
Makefile
5
Makefile
|
@ -16,7 +16,10 @@ test: cleantest
|
||||||
install:
|
install:
|
||||||
python setup.py install
|
python setup.py install
|
||||||
|
|
||||||
docs:
|
clean-docs:
|
||||||
sphinx-apidoc -o docs -F -A "Isis Agora Lovecruft" -H "python-gnupg" -V 0.3.1 -R 0.3.1 .
|
sphinx-apidoc -o docs -F -A "Isis Agora Lovecruft" -H "python-gnupg" -V 0.3.1 -R 0.3.1 .
|
||||||
|
|
||||||
|
docs:
|
||||||
cd docs
|
cd docs
|
||||||
|
make clean
|
||||||
make html
|
make html
|
||||||
|
|
Loading…
Reference in New Issue