diff --git a/.readthedocs.yml b/.readthedocs.yml index 27c5f8a..48761eb 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,11 @@ # Required version: 2 +build: + os: ubuntu-lts-latest + tools: + python: "3.11" + # Build documentation in the docs/ directory with Sphinx sphinx: builder: html @@ -16,7 +21,6 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.11 install: - method: pip path: .