Notes ===== * Following Mariatta's excellent tutorial: https://sphinx-intro-tutorial.readthedocs.io/en/latest/index.html * Taking notes in OneNote Programming/Sphinx Tutorial * Extensions for autobuilding, copying, and themes can be found here `Sphinx Intro Tutorial `_. To start with building documentation with Sphinx, install autobuild. Then use the following command: .. code:: > sphinx-autobuild . ./_build/html To deploy, serve the files in this folder: /_build/html