From 99426a688aa941c615651e44fc5dc0d1aedf99e9 Mon Sep 17 00:00:00 2001 From: Andrew Duberstein Date: Wed, 27 Sep 2023 10:25:43 -0700 Subject: [PATCH] Move .readthedocs.yml to a subdirectory --- .readthedocs.yml => bindings/pydeck/.readthedocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename .readthedocs.yml => bindings/pydeck/.readthedocs.yml (82%) diff --git a/.readthedocs.yml b/bindings/pydeck/.readthedocs.yml similarity index 82% rename from .readthedocs.yml rename to bindings/pydeck/.readthedocs.yml index c2f01649ff4..7f1e9cf2e9f 100644 --- a/.readthedocs.yml +++ b/bindings/pydeck/.readthedocs.yml @@ -10,4 +10,5 @@ python: build: os: "ubuntu-22.04" tools: - python: "3.9" + python: "3.8" + nodejs: "8.9.0"