We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca62d7e commit 76bae8eCopy full SHA for 76bae8e
.readthedocs.yaml
@@ -16,7 +16,7 @@ build:
16
jobs:
17
pre_build:
18
- npm install -g npm@latest
19
- - npm i --ignore-scripts --loglevel=silly
+ - npm install --ignore-scripts --loglevel=silly
20
- npm run -- dev-setup:tools:docs-gen --ignore-scripts --loglevel=silly
21
- npm run api-doc
22
@@ -31,4 +31,4 @@ formats:
31
# Optionally declare the Python requirements required to build your docs
32
python:
33
install:
34
- - requirements:
+ - requirements: docs/requirements.txt
0 commit comments