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