diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d27f0836..14c48712 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -22,11 +22,11 @@ formats: # We recommend specifying your dependencies to enable reproducible builds: # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html -# python: - # install: +python: + install: # - requirements: docs/requirements.txt - # - method: pip - # path: docs/ + - method: pip + path: docs/ # extra_requirements: # - docs