Documentation ======================= First install Sphinx with: .. code-block:: none pip install -r requirements-docs.txt Then compile the docs locally with: .. code-block:: none make -C docs/ clean make -C docs/ html This documentation is created using reStucturedText (reST markup): | https://docs.typo3.org/m/typo3/docs-how-to-document/master/en-us | https://en.wikipedia.org/wiki/ReStructuredText | https://github.com/ralsina/rst-cheatsheet/blob/master/rst-cheatsheet.rst | https://sublime-and-sphinx-guide.readthedocs.io/en/latest/setup.html .. contents:: :local: