GETTING STARTED

Install the Sphinx

pip install sphinx

Create a new directory for your project

mkdir docs && cd docs

Starting project for a Sphinx documentation project

sphinx-quickstart

Make the configuration in docs/conf.py

Run this command in the directory with the conf.py

make html