diff --git a/.readthedocs.yml b/.readthedocs.yml index e81e5108..279e4915 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,9 +9,12 @@ version: 2 sphinx: configuration: docs/conf.py - +build: + os: "ubuntu-22.04" + tools: + python: "3.11" + # Optionally set the version of Python and requirements required to build your docs python: - version: 3.8 install: - requirements: docs/requirements.txt