docs: fix build after removal of json schemas
This commit is contained in:
parent
90575b076e
commit
d9b62a373d
3 changed files with 3 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue