diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..16d77e025 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,6 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.8" \ No newline at end of file diff --git a/readthedocs.yml b/readthedocs.yml deleted file mode 100644 index 31f50ac15..000000000 --- a/readthedocs.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -build: - image: latest - -python: - version: 3.8 - pip_install: true