diff --git a/.readthedocs.yml b/.readthedocs.yml index c1de6fd..5d6d86d 100755 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,11 +5,12 @@ build: tools: python: "3.12" python: - requirements: docs/source/requirements.txt - method: pip - path: . - extra_requirements: - - docs + install: + - requirements: docs/source/requirements.txt + - method: pip + path: . + extra_requirements: + - docs sphinx: builder: html