From 38245cc944b9e2dab788f3e48ca49e0277a83af2 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 1 Jul 2024 18:44:09 -0700 Subject: [PATCH] Try again --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 57833252..03ccf0c3 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -28,7 +28,7 @@ build: then exit 183; fi - - cd docs && "$(realpath bin/sphinx-build)" -b html -d ${READTHEDOCS_OUTPUT}/doctrees ${READTHEDOCS_OUTPUT}/html/ + - cd docs && ${READTHEDOCS_VIRTUALENV_PATH}/bin/sphinx-build -b html -d ${READTHEDOCS_OUTPUT}/doctrees ${READTHEDOCS_OUTPUT}/html/ python: install: