diff --git a/.readthedocs.yml b/.readthedocs.yml index b4355ca..dae90e1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,8 +2,12 @@ # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details -# Required +# Set the version of Python and other tools you might need version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" # Build documentation in the docs/ directory with Sphinx sphinx: @@ -11,6 +15,5 @@ sphinx: fail_on_warning: true python: - version: 3.8 install: - requirements: requirements/doc.txt