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: