diff --git a/.readthedocs.yml b/.readthedocs.yml index 85a378c3b..2eb5de467 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -13,8 +13,6 @@ sphinx: # Optionally set the version of Python and requirements required to build your docs python: - os: ubuntu-20.04 - version: "3.8" install: - method: pip path: . @@ -22,7 +20,9 @@ python: - docs build: - image: latest + os: ubuntu-22.04 + python: + version: "3.8" apt_packages: - openjdk-8-jdk