From d746c2596642c7533746b8304899cc9b2069ff6e Mon Sep 17 00:00:00 2001 From: voetberg Date: Mon, 24 Jun 2024 09:43:53 -0500 Subject: [PATCH] Update .readthedocs.yml --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index a405e25..82771b6 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -10,4 +10,4 @@ build: - pip install poetry - poetry install --with dev - cd docs - - poetry run make $READTHEDOCS_OUTPUT/html + - poetry run make html