diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e83d150..c8eb2db 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,9 +7,11 @@ build: sphinx: fail_on_warning: true + configuration: docs/conf.py python: # Install our python package before building the docs install: - method: pip - path: . \ No newline at end of file + path: . +