From d3949435f315689870bf937ca04206c5e160ac9e Mon Sep 17 00:00:00 2001 From: David Orme Date: Fri, 1 Mar 2024 12:30:26 +0000 Subject: [PATCH] Adding explicit ipykernel install step to RTD --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 15f9a174b..afb6eaa27 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -22,6 +22,7 @@ build: # VIRTUAL_ENV needs to be set manually for now. # See https://github.com/readthedocs/readthedocs.org/pull/11152/ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry run python -m ipykernel install --user --name=vr_python3 # Build documentation in the docs/ directory with Sphinx sphinx: