docs: add v2 schema json

This commit is contained in:
Iain Learmonth 2022-04-08 17:48:07 +01:00
parent b2edcbe1a5
commit c57f072560
5 changed files with 101 additions and 4 deletions

View file

@ -6,7 +6,7 @@ test:
- cp config.yaml.example config.yaml
- apt update && apt install build-essential
- pip install -r requirements.txt
- pip install -U sphinx sphinx-press-theme
- pip install -U sphinx sphinx-press-theme sphinx-jsonschema
- sphinx-build -b html docs public
rules:
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
@ -17,7 +17,7 @@ pages:
- cp config.yaml.example config.yaml
- apt update && apt install build-essential
- pip install -r requirements.txt
- pip install -U sphinx sphinx-press-theme
- pip install -U sphinx sphinx-press-theme sphinx-jsonschema
- sphinx-build -b html docs public
artifacts:
paths: