diff --git a/readthedocs.yml b/readthedocs.yml index 973751e2..618b4245 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -4,9 +4,13 @@ formats: [] sphinx: configuration: docs/conf.py +build: + os: ubuntu-20.04 + tools: + python: "3.11" python: - version: 3.8 install: - - requirements: docs/requirements.txt - - method: pip - path: . + - requirements: docs/requirements.txt + - method: pip + path: . +