diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3403857..d7d423e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,3 +8,10 @@ build: sphinx: configuration: docs/conf.py +python: + install: + - method: pip + path: . + extra_requirements: + - docs + - full \ No newline at end of file