docs: remove json schemas

This commit is contained in:
Iain Learmonth 2024-11-18 10:10:30 +00:00
parent be111b9dde
commit d551074a02
4 changed files with 2 additions and 22 deletions

View file

@ -68,8 +68,6 @@ 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 sphinx-jsonschema
- pushd scripts && DISABLE_METRICS=true python update_schemas.py && popd
- pushd docs && DISABLE_METRICS=true sphinx-build -b html . ../public && popd
artifacts:
paths: