diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 665b53178..d7a8f9fdc 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,5 +6,8 @@ build: python: "3.10" python: - install: - - requirements: docs/requirements.txt + install: + - requirements: docs/requirements.txt + +sphinx: + configuration: docs/conf.py