From e86b9dcc80eeb8e77de6902f06fcdc35e286e62f Mon Sep 17 00:00:00 2001 From: voetberg Date: Mon, 24 Jun 2024 09:50:50 -0500 Subject: [PATCH] Update .readthedocs.yml --- .readthedocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 82771b6..d487936 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,5 +9,6 @@ build: commands: - pip install poetry - poetry install --with dev - - cd docs - - poetry run make html + +sphinx: + configuration: docs/source/conf.py