The document source codes build by Sphinx, and most documents are in reStructuredText format.
pip install sphinx sphinx_markdown_tables sphinx-rtd-theme recommonmark cd docs make html -
macOS terminal: open docs/build/html/index.html
-
vscode:
- Install extension
Live Server. - Open file
docs/build/html/index.html. - Right click and choose
Open with Live Server.