diff --git a/.readthedocs.yml b/.readthedocs.yml index b72ed47..34029f8 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,10 +1,14 @@ version: 2 formats: - pdf +build: + os: ubuntu-22.04 + tools: + python: "3.11" python: - version: 3.6 install: - requirements: docs/requirements.txt - method: pip path: . system_packages: false + \ No newline at end of file