Skip to content

Documentation

Enno G edited this page Jun 18, 2021 · 1 revision

Requirements

We suggest using a venv for this project and thus also for building the docs.

pip install -e .[docs]

How to regenerate the code documentation?

  1. cd docs
  2. rm -r _builds
  3. sphinx-apidoc -o source/ ../libcobblersignatures
Clone this wiki locally