diff --git a/.readthedocs.yml b/.readthedocs.yml index 9c8871b..314a0e0 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,6 +3,12 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + # "last stable CPython version": + python: "3" + sphinx: configuration: docs/conf.py builder: dirhtml @@ -11,6 +17,5 @@ sphinx: formats: all python: - version: 3.7 install: - requirements: docs/requirements.txt