- Install Python 3.X with zlib, libssl-dev(openssl-devel)
- Install pip3
- Install sphinx(>=2.0.0) support https://docs.readthedocs.io/en/latest/getting_started.html
- Install RTD module & recommonmark
sudo pip install sphinx_rtd_theme
sudo pip install recommonmark
In windows
cd docs
make.bat html
In linux
cd docs
make html
- See html pages in _build folder
- You can start a http server using
python -m http.server
which will serve at http://0.0.0.0:8000/.