diff --git a/.readthedocs.yml b/.readthedocs.yml index 07237ad..ca0916f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,11 +1,12 @@ version: 2 - +# see this website for other commands https://docs.readthedocs.io/en/stable/config-file/v2.html # Set the version of Python and other tools you might need build: os: "ubuntu-22.04" # can no longer use build.image but must be build.os + tools: + python: "3.8" python: - version: 3.8 install: - requirements: requirements.txt - method: pip