diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6e54fd61a..b865de2e0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,7 +5,15 @@ formats: - epub - pdf -# Python configuration +# Python install configuration +python: + install: + - requirements: requirements.txt + - requirements: test_requirements.txt + - method: pip + path: . + +# Build configuration build: os: ubuntu-20.04 tools: