Skip to content

Instantly share code, notes, and snippets.

@constrict0r
Last active November 3, 2018 07:07
Show Gist options
  • Save constrict0r/b041ee2b2e59e25f9065b9d0bcc421d6 to your computer and use it in GitHub Desktop.
Save constrict0r/b041ee2b2e59e25f9065b9d0bcc421d6 to your computer and use it in GitHub Desktop.
Sphinx generate documentation.
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