diff --git a/.readthedocs.yml b/.readthedocs.yml index 324d7e5..f5c7aa4 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,11 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -12,7 +17,3 @@ sphinx: # Optionally build your docs in additional formats such as PDF formats: - pdf - -# Optionally set the version of Python and requirements required to build your docs -python: - version: 3.7