Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 636 Bytes

File metadata and controls

21 lines (13 loc) · 636 Bytes

Tocco DevOps Documentation

Documentation Status

This documentation is based Sphinx and reStructuredText and is automatically build on Read the Docs.

Build Locally

You need tho have this dependency installed:

  • python3-sphinx

Now you can build the documentation using:

    make html

the generated file can be found in _build/html/.