diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 124910a..6a33a20 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -22,6 +22,13 @@ sphinx: # Fail on all warnings to avoid broken references # fail_on_warning: true +python: + install: + - requirements: docs/requirements.txt + # Install our python package before building the docs + - method: pip + path: . + # Optionally build your docs in additional formats such as PDF and ePub # formats: # - pdf