Make sure that your python conda environment is setup correctly. The following installs sphinx package and necessary templates.
pip install -r requirements-docs.txt
make html
Now the html paged should be generated at "docs/build/html/index.html". You can open this html page with your web browser as our project front page.