Skip to content

Seperate mkdocs source generation from build

Duncan Macleod requested to merge duncanmmacleod/conda:ci-prepare_docs into testing

This MR separates out the generation of the MkDocs source markdown for each environment from the building of the docs pages. This should enable embedding the generated docs sources into other mkdocs projects, e.g. the IGWN Computing Guide.

This includes a small refactoring of the igwn_conda.write_env_md module to include argument parsing, and to handle all file manipulation internally, rather than relying on gitlab-ci to copy files around.

Merge request reports

Loading