diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1a8569d..c25f9e3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,4 +6,9 @@ sphinx: builder: html python: - version: 3.8 \ No newline at end of file + version: 3.8 + install: + - method: pip + path: . + extra_requirements: + - docs