Quickstart ========== This project is used to demo a hosted sample Sphinx documentation. Building documentation ----------------------- 1. Install Python requirements: .. code-block:: bash pip install -r requirements.txt 2. Build documentation HTML: .. code-block:: bash make html 3. Browse documentation: .. code-block:: bash python3 -m http.server -d build 8000