From 00626cef2a62ad6bef52d10d166bcdd931b65356 Mon Sep 17 00:00:00 2001 From: Vidar Tonaas Fauske <510760+vidartf@users.noreply.github.com> Date: Wed, 24 Aug 2022 15:54:32 +0100 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1599573d..394933e5 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,7 +7,7 @@ build: jobs: pre_install: # pip install is now not in-place, so we need to manually ensure autogen gets run - - cd .\js && npm install + - cd js && npm install python: install: - method: pip