diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7e8225cb..2e4e003c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,5 +8,12 @@ build: tools: python: "3" +python: + install: + - method: pip + path: . + extra_requirements: + - docs + sphinx: - configuration: docs/source/conf.py \ No newline at end of file + configuration: docs/source/conf.py