From 37f2eedecc2673458207d78f9e59e24d128e1d5b Mon Sep 17 00:00:00 2001 From: Abel Carreras Date: Fri, 19 May 2023 10:37:32 +0200 Subject: [PATCH] test readthedocs --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2ba9dbf..71544e6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,7 +16,7 @@ build: # golang: "1.19" commands: - pip install --force-reinstall "numpy<=1.21.5" - - apt-get install npm + - sudo apt-get install npm - cd docs/ && npm install # Build the site - cd docs/ && npm run build