diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3d6cda7..e818368 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,6 +3,10 @@ # Required version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.11" # Build documentation in the docs/ directory with Sphinx sphinx: @@ -18,6 +22,5 @@ sphinx: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.8 install: - requirements: docs/requirements.txt