diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e879a9b..03db9d8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,18 +7,19 @@ build: python: "3.10" python: - install: - - method: pip - path: . - extra_requirements: - - build - - docs - -dependencies: install: - requirements: requirements.txt - requirements: requirements_doc.txt + - method: pip + path: . + extra_requirements: + - build + - docs + +dependencies: + install: + sphinx: builder: html configuration: docs/source/conf.py