diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d930451..0e5ba41 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,11 +11,11 @@ build: python: "3.11" # Build documentation in the docs/ directory with Sphinx -sphinx: - configuration: docs/conf.py +# sphinx: +# configuration: docs/conf.py # We recommend specifying your dependencies to enable reproducible builds: # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html -# python: -# install: -# - requirements: docs/requirements.txt +python: + install: + - requirements: docs/requirements.txt