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) .. _`Host on Read the Docs`: https://medium.com/p/2cc5b2ace28a/#599e .. |Host on Read the Docs| replace:: **Host on Read the Docs** .. _`Host on Confluence`: https://medium.com/p/32c82860a535/#dd64 .. |Host on Confluence| replace:: **Host on Confluence**