4. Sphinx

Here is a list of some commands in Sphinx

4.1. How to compile and view using Sphinx?

Command

Meaning

$ make html
$ python3 -m http.server

Makes a html page and a page to view it. Navigate to http://localhost:8000/_build/html/index.html