From 70c967b47a6914fc6b628cc4deb486975e487abc Mon Sep 17 00:00:00 2001 From: Jacob Tomlinson Date: Tue, 1 Mar 2022 15:03:30 +0000 Subject: [PATCH 1/3] Bump Python version in Read the Docs --- .readthedocs.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..583d9bf3c --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,12 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Set the version of Python and other tools you might need +build: + os: ubuntu-20.04 + tools: + python: "3.9" \ No newline at end of file From 18a6dd93f67bf44a556792227470a362a2d7c80e Mon Sep 17 00:00:00 2001 From: Jacob Tomlinson Date: Tue, 1 Mar 2022 15:23:09 +0000 Subject: [PATCH 2/3] Copy from dask-clousprovider --- .readthedocs.yaml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 583d9bf3c..7873558fe 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,17 @@ version: 2 # Set the version of Python and other tools you might need -build: - os: ubuntu-20.04 - tools: - python: "3.9" \ No newline at end of file +sphinx: + configuration: doc/source/conf.py + +formats: all + +python: + version: 3.9 + install: + - method: pip + path: . + - requirements: doc/requirements-docs.txt + +submodules: + include: all From fb4609f2f85a3f6b715f1adc5d83ecf9b57dee38 Mon Sep 17 00:00:00 2001 From: Jacob Tomlinson Date: Tue, 1 Mar 2022 15:25:03 +0000 Subject: [PATCH 3/3] Drop to 3.8 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7873558fe..761ce02b1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,7 +12,7 @@ sphinx: formats: all python: - version: 3.9 + version: 3.8 install: - method: pip path: .