## Requirements
Building is automatically done when you edit a file. To edit either create a pull request or ask for edit permission.
OR
To build this documentation on your own system, you will be required to have these dependencies installed:
- [Python 3](https://www.python.org/)
- [Sphinx](https://pypi.org/project/Sphinx/)
- [Read The Docs Theme for Sphinx](https://pypi.org/project/sphinx_rtd_theme/)
Once every dependency is installed, simply open the console on the top level directory and run the command:
`make html`
The documentation will be built in the directory **build**.
I just modified the readme to explicit that the requirements are to build locally. I included a text to ask for commit rights if you want to modify a lot documentation.
Thanks for noting. Closing the report.
@lordloki what's your opinion on this?