In this video series we’ll cover creating Python documentation from scratch using Sphinx, as well as getting your code repository hooked up to Read The Docs, to automatically build and publish your code documentation.
Note: This course uses Python 2.7 in its coding examples and requires a Linux or macOS terminal environment for running Sphinx commands.
Tim Pozza on March 30, 2019
I found this course useful as a refresher, and a good complement to this: realpython.com/documenting-python-code/