diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 530f402..2bc7396 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,10 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + sphinx: configuration: conf.py @@ -8,6 +13,5 @@ formats: - pdf python: - version: "3.7" install: - requirements: requirements.txt