/devops-docs

Tocco DevOps Documentation

Primary LanguagePythonCreative Commons Attribution Share Alike 4.0 InternationalCC-BY-SA-4.0

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/.