###################################################
Pre-requisites
###################################################

Sphinx is a software that generates .html sites by interpreting plain text files structured using RST (reStructuredText) convention. 
Sphinx is written in Python and supports Python 3.9+. It uses many third-party libraries such as Docutils and Jinja, which are installed when Sphinx is installed.


.. toctree::
   :maxdepth: 5
   :titlesonly:
   :glob:

   Installation <1_2_1_Installation.rst>