diff --git a/.readthedocs.yml b/.readthedocs.yml index 350369d64..07285ce85 100755 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,7 +2,10 @@ version: 2 formats: [] build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.7" + # image: latest # Build documentation in the docs/ directory with Sphinx sphinx: @@ -14,7 +17,6 @@ sphinx: # - requirements: docs/requirements.txt python: - version: 3.7 install: - method: pip path: .