diff --git a/.readthedocs.yml b/.readthedocs.yml index 0d0b035..e64c992 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,12 +1,16 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: '3.11' + python: - version: "3.8" install: - - method: pip - path: . - extra_requirements: - - docs + - method: pip + path: . + extra_requirements: + - docs sphinx: builder: html