diff --git a/.readthedocs.yml b/.readthedocs.yml index 746a3f6..6df72a3 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,14 +1,14 @@ version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3" python: - version: 3.8 install: - method: pip path: . extra_requirements: - docs -build: - image: latest - formats: all