From 3671285fa5f53839f1d1f079d81c2cf8361aa45a Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Fri, 5 May 2023 07:12:37 +0100 Subject: [PATCH] Update ReadTheDocs settings to v2 to resolve urllib3 issue in linkcheck extension --- .readthedocs.yml | 13 ++++++++++--- docs/requirements.txt | 3 --- 2 files changed, 10 insertions(+), 6 deletions(-) delete mode 100644 docs/requirements.txt diff --git a/.readthedocs.yml b/.readthedocs.yml index 369c645dcb..e575a60610 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,4 +1,11 @@ +version: 2 +build: + os: ubuntu-22.04 + tools: + python: '3.11' python: - version: 3.7 - pip_install: true -requirements_file: null + install: + - method: pip + path: . + extra_requirements: + - docs diff --git a/docs/requirements.txt b/docs/requirements.txt deleted file mode 100644 index 07dfacbd6b..0000000000 --- a/docs/requirements.txt +++ /dev/null @@ -1,3 +0,0 @@ -myst_parser==0.18.1 -sphinx-wagtail-theme==6.0.0 -sphinx-copybutton>=0.5,<1.0