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