diff --git a/.readthedocs.yml b/.readthedocs.yml index 1133df0..c110a6e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,6 +4,11 @@ # Required version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.10" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -17,6 +22,5 @@ formats: - pdf python: - version: 3.8 install: - requirements: docs/requirements.txt