diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fe24906bb..e28466d97 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,9 +8,9 @@ sphinx: fail_on_warning: true build: - os: "ubuntu-20.04" + os: "ubuntu-22.04" tools: - python: "3.9" + python: "3.10" apt_packages: - iputils-ping - build-essential @@ -26,4 +26,3 @@ python: path: . extra_requirements: - docs -