Tosee documents: https://tosee.readthedocs.io/
-
Install environment
- Python==3.7
cd ${tosee_doc_root}/ pip install -r docs/requirements.txt
-
Build
cd ${tosee_doc_root}/ make html
-
See result
cd ${tosee_doc_root}/ google-chrome _build/html/index.html
- readthedoc: https://docs.readthedocs.io/en/latest/index.html
- sphinx: https://www.sphinx-doc.org/en/master/index.html
- sphinx-theme: https://sphinx-themes.org/
- reStructuredText: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html