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