Skip to content
Snippets Groups Projects
Commit cb7ffef6 authored by Gernot Maier's avatar Gernot Maier
Browse files

Add multi version sphinx

parent 17ef8758
No related branches found
No related tags found
1 merge request!74Draft: Add generation of version file required for multi-version sphinx documentation
Pipeline #52854 passed
......@@ -75,3 +75,17 @@ update-db-on-release:
- rm -f tmp
only:
- /^v.*$/
multi-version-json:
# Generate a multi-version JSON file for the model versions.
# Required for multi-version sphinx documentation on gitlab pages.
stage: release
image: "python:3.11"
before_script:
- pip install git+https://gitlab.cta-observatory.org/cta-computing/common/gitlab-multi-version-sphinx/
script:
- gitlab_multi_version_sphinx -v
artifacts:
paths:
- public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment