From 531fd14f91816fedc78fbbdf74d38686b78a17de Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 1 Jul 2024 18:38:53 -0700 Subject: [PATCH] Forego Makefile command --- .readthedocs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 99dd3f2f..c6daf88c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -28,9 +28,7 @@ build: then exit 183; fi - - echo ${READTHEDOCS_VIRTUALENV_PATH} - - ls -al ${READTHEDOCS_VIRTUALENV_PATH} - - cd docs && pwd && ls -al && make rtd-pr-preview + - sphinx-build -b html -d ${READTHEDOCS_OUTPUT}/doctrees ${READTHEDOCS_OUTPUT}/html/ python: install: