diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9c182111..d58beff5 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,11 +13,11 @@ build: # Build documentation in the docs/ directory with Sphinx sphinx: - configuration: doc/conf.py + 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: - path: . - - requirements: doc/requirements.txt + - requirements: docs/requirements.txt