diff --git a/.readthedocs.yml b/.readthedocs.yml index 8f8b623a6..ab3011302 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,17 +1,14 @@ version: 2 build: - os: ubuntu-20.04 + os: ubuntu-22.04 tools: - python: "3.10" -formats: - - htmlzip - - epub - - pdf + python: "3" python: - install: - - method: pip - path: . - extra_requirements: ["docs"] + install: + - method: pip + path: . + extra_requirements: + - docs sphinx: builder: html configuration: docs/conf.py