diff --git a/.readthedocs.yml b/.readthedocs.yml index 7a2ef9c2e..f6d04600f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -18,12 +18,11 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: "3.8" install: - requirements: rtd_requirements.txt # Set the version of Python build: - os: ubuntu-20.04 + os: ubuntu-22.04 tools: - python: "3.10" \ No newline at end of file + python: "3.8" \ No newline at end of file