mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-21 18:09:02 +01:00
Update ReadTheDocs settings to v2 to resolve urllib3 issue in linkcheck extension
This commit is contained in:
parent
95bb06bd3c
commit
3671285fa5
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
myst_parser==0.18.1
|
||||
sphinx-wagtail-theme==6.0.0
|
||||
sphinx-copybutton>=0.5,<1.0
|
Loading…
Reference in New Issue
Block a user