Closed pi-sigma closed 3 months ago
In order to check the documentation for configuration steps in CI, the generate_config_docs command should have an option to check that the docs are up-to-date without creating them (similar to how we use makemigrations --dry-run in CI).
generate_config_docs
makemigrations --dry-run
In order to check the documentation for configuration steps in CI, the
generate_config_docs
command should have an option to check that the docs are up-to-date without creating them (similar to how we usemakemigrations --dry-run
in CI).