### 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 ``` Access the compiled docs: [https://tensorflownet.readthedocs.io](https://tensorflownet.readthedocs.io/)