June 2017
Beginner to intermediate
274 pages
6h 49m
English
We're going to generate HTML documentation for our example package, which is just a docstring example. We start by going to the directory that contains our package directory. Once there, we run sphinx-quickstart to set things up.

The first thing that sphinx-quickstart asks is what the root path for the documentation should be. I find that it works well to use a folder called docs for this, so I suggest typing in docs for the root path:

The sphinx-quickstart command will ask several more questions, which we can ...
Read now
Unlock full access