diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 19ed9fc5..addc562a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,7 +11,7 @@ build: # "os" and "tools" are required to be able to use "jobs" os: ubuntu-22.04 tools: - python: "3.10" + python: "3.11" jobs: pre_build: - echo "Creating an index.html to work around not being able to set the default web page.." @@ -26,4 +26,3 @@ sphinx: python: install: - requirements: requirements.txt - system_packages: true # Allow use of system packages