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 5e1841d commit dd35d55Copy full SHA for dd35d55
.readthedocs.yaml
@@ -4,6 +4,10 @@ build:
4
tools:
5
python: "3.10"
6
nodejs: "18"
7
+jobs:
8
+ pre_install:
9
+ # pip install is now not in-place, so we need to manually ensure autogen gets run
10
+ - cd .\js && npm install
11
python:
12
install:
13
- method: pip
0 commit comments