diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ae78afd..87d3b7f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,10 @@ build: sphinx: configuration: doc/conf.py - python: install: - - requirements: doc/requirements.txt + - method: pip + path: . + extra_requirements: + - doc +