diff --git a/.readthedocs.yml b/.readthedocs.yml index cc03fd20..3bd5116b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,16 +5,20 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py # Optionally build your docs in additional formats such as PDF -formats: +formats: - pdf # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - requirements: docs/requirements.txt