diff --git a/readthedocs.yml b/readthedocs.yml index 87fa516b..754f9590 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,5 +1,5 @@ +version: 2 build: - image: latest - -python: - version: 3.6 + os: "ubuntu-22.04" + tools: + python: "3.11"