diff --git a/.readthedocs.yml b/.readthedocs.yml index d488dab..ed539ad 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,14 +1,22 @@ + version: 2 -sphinx: - configuration: doc/conf.py +build: + os: ubuntu-22.04 + tools: + python: "3.11" -formats: all +formats: + - htmlzip python: - version: 3.6 install: - - requirements: requirements.txt - - requirements: requirements-dev.txt - - method: pip - path: . + - method: pip + path: . + + +sphinx: + builder: html + configuration: doc/conf.py + fail_on_warning: false +