diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6b59ffa95381c6a560164e6773f4ecb66f856e57..f9c5f48fd524cc2aad79b0a66eeb65324992b9cb 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -29,8 +29,10 @@ sphinx: formats: all # Optionally declare the Python requirements required to build your docs +# https://docs.readthedocs.io/en/stable/config-file/v2.html#packages python: install: - method: pip path: . - - requirements: docs/requirements.txt + extra_requirements: + - docs