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 7a98070 commit ca62d7eCopy full SHA for ca62d7e
1 file changed
.readthedocs.yaml
@@ -14,9 +14,8 @@ build:
14
# rust: "1.70"
15
# golang: "1.20"
16
jobs:
17
- install:
18
- - npm install -g npm@latest
19
pre_build:
+ - npm install -g npm@latest
20
- npm i --ignore-scripts --loglevel=silly
21
- npm run -- dev-setup:tools:docs-gen --ignore-scripts --loglevel=silly
22
- npm run api-doc
@@ -32,4 +31,4 @@ formats:
32
31
# Optionally declare the Python requirements required to build your docs
33
python:
34
install:
35
- - requirements: docs/requirements.txt
+ - requirements:
0 commit comments