Create a new documentationΒΆ

To create a new documentation first create a new folder. Then open the shell, navigate to the new folder and type:

$ sphinx-quickstart

This will ask you for a project title and the author name. You can also set the language for the documentation. After configuring these settings the files needed for the documentation are generated.

../_images/new-project.png