diff --git a/.readthedocs.yml b/.readthedocs.yml index 8b1e7e6..7fa16f3 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,3 +1,9 @@ +version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.8" + python: - version: 3.8 - setup_py_install: true + install: + - requirements: requirements.txt