docs: fix build after removal of json schemas

This commit is contained in:
Iain Learmonth 2024-11-16 19:07:31 +00:00
parent 90575b076e
commit d9b62a373d
3 changed files with 3 additions and 8 deletions

View file

@ -20,7 +20,6 @@ test:docs:
- apt update && apt install build-essential
- pip install -r requirements.txt
- pip install -U sphinx sphinx-press-theme sphinx-jsonschema
- pushd scripts && DISABLE_METRICS=true python update_schemas.py && popd
- pushd docs && DISABLE_METRICS=true sphinx-build -b html . ../public && popd
rules:
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH