diff --git a/readthedocs.yml b/readthedocs.yml index 205236c485..5611c59505 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -2,12 +2,13 @@ version: 2 build: os: ubuntu-22.04 + apt_packages: + - jq tools: python: "3.11" jobs: pre_build: - bst -v export --output src/schema.json - - sudo apt install jq - tools/no-bad-schema-paths.sh src/schema.json # README.md might need fixing mkdocs: