Last active
November 3, 2018 07:07
-
-
Save constrict0r/b041ee2b2e59e25f9065b9d0bcc421d6 to your computer and use it in GitHub Desktop.
Sphinx generate documentation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install python3-sphinx | |
cd docs | |
sphinx-quickstart # Choose yes on create a Makefile. | |
sphinx-apidoc -f -o source/ ../module_name | |
make html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment