diff --git a/.readthedocs.yml b/.readthedocs.yml index 2cc431e..572db76 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -12,9 +12,12 @@ sphinx: # Optionally build your docs in additional formats such as PDF and ePub formats: all -# Optionally set the version of Python and requirements required to build your docs +build: + os: ubuntu-22.04 + tools: + python: "3.11" + python: - version: 3.7 install: - requirements: requirements_docs.txt - method: pip