Exporting your Sphinx documentation¶
You can export your documentation locally (on your laptop) or host it online.
1. Export documentation locally¶
1.1 Export HTML
This is supported by default in Sphinx, run make html on command line terminal.
1.2 Export Latex
This is supported by default in Sphinx, run make latex on command line terminal.
2. Host documentation online¶
Instructions on hosting documentation can be found in my Medium article
2.1 Host on Read the Docs (free website)
2.2 Host on Confluence (requires Confluence account)