- Install Python 2.7 with zlib, libssl-dev(openssl-devel)
- Install pip
- Install readthe doc support https://docs.readthedocs.io/en/latest/getting_started.html
- Install RTD module
sudo pip install sphinx_rtd_theme
In windows
cd docs
make.bat html
In linux
cd docs
sphinx-autobuild . _build/html
- See html pages in _build folder
- Access http://127.0.0.1:8000