Installation

Prerequisites:

  1. python: download latest version of python and check the box to add python to environment path link

  2. sphinx: after installing python install sphinx using the following command:

    pip install sphinx
    
  3. read the docs theme: in the same manner install rtd theme

    pip install sphinx_rtd_theme