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 f8c131f commit 7a98070Copy full SHA for 7a98070
.readthedocs.yaml
@@ -14,6 +14,8 @@ build:
14
# rust: "1.70"
15
# golang: "1.20"
16
jobs:
17
+ install:
18
+ - npm install -g npm@latest
19
pre_build:
20
- npm i --ignore-scripts --loglevel=silly
21
- npm run -- dev-setup:tools:docs-gen --ignore-scripts --loglevel=silly
@@ -31,7 +33,3 @@ formats:
31
33
python:
32
34
install:
35
- requirements: docs/requirements.txt
-
-nodejs:
36
- install:
37
- - npm install -g npm@latest
0 commit comments