diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5c23a650b..8d83b93c4 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,9 +11,9 @@ submodules: # Set the version of Python and other tools you might need build: - os: ubuntu-20.04 + os: ubuntu-22.04 tools: - python: "3.9" + python: "3.10" # You can also specify other tool versions: # nodejs: "16" # rust: "1.55" @@ -30,3 +30,4 @@ formats: [] python: install: - requirements: requirements.txt + - requirements: requirements_dev.txt