Requires python 3.5.x
virtualenv docstuff
docstuff\Scripts\activate
pip install -r requirements.txt --upgrade
docstuff\Scripts\activate
sphinx-quickstart
docstuff\Scripts\activate
make html
Open source\conf.py and in the line
html_theme = '<Your theme name>'
For example: html_theme = 'sphinx-rtd-theme'
https://github.com/ralsina/rst-cheatsheet/blob/master/rst-cheatsheet.rst
Links: code .
Set the link code above the figure, heading,..... items as .. _forgot-password:
If you forgot password, see :ref:forgot-password