diff --git a/readthedocs.yml b/readthedocs.yml index bf25cc55..1da6f63f 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -9,6 +9,11 @@ build: tools: python: '3.7' nodejs: '18' + jobs: + post_install: + - npm ci + - npm install -g jsdoc + - npm run generate-docs # Build documentation in the docs/ directory with Sphinx sphinx: @@ -19,11 +24,3 @@ sphinx: python: install: - requirements: docs/requirements.txt - -jobs: - post_install: - # Install dependencies defined in your ``package.json`` - - npm ci - # Install any other extra dependencies to build the docs - - npm install -g jsdoc - - npm run generate-docs