Update ReadTheDocs settings to v2 to resolve urllib3 issue in linkcheck extension

pull/10417/head
Thibaud Colas 2023-05-05 07:12:37 +01:00 zatwierdzone przez LB (Ben Johnston)
rodzic 95bb06bd3c
commit 3671285fa5
2 zmienionych plików z 10 dodań i 6 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -1,3 +0,0 @@
myst_parser==0.18.1
sphinx-wagtail-theme==6.0.0
sphinx-copybutton>=0.5,<1.0