### Instll Sphinx ```cmd pip install sphinx pip install recommonmark pip install sphinx_rtd_theme ``` ### Init the docs ```cmd sphinx-quickstarts ``` ### Build the docs ```cmd make html ```