diff --git a/.readthedocs.yml b/.readthedocs.yml index ed196bd..b52193b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,10 +4,14 @@ formats: - epub - htmlzip +build: + os: ubuntu-22.04 + tools: + python: "3.10" + sphinx: configuration: docs/source/conf.py python: - version: 3.7 install: - requirements: docs/requirements.txt