diff --git a/.readthedocs.yaml b/.readthedocs.yaml index aa0d11f..c465977 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,24 +1,18 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + sphinx: builder: html configuration: docs/conf.py fail_on_warning: false -formats: - - htmlzip - python: - version: 3.8 install: - requirements: requirements-docs.txt - requirements: requirements.txt - method: pip path: . - system_packages: false - -conda: - environment: environment-docs.yml - -build: - image: latest