From 6602d9b6aa3776ebd0c72d535b4bfd5bdbc4e31e Mon Sep 17 00:00:00 2001 From: Alex Hadley Date: Wed, 27 Sep 2023 14:06:31 -0700 Subject: [PATCH] Remove ipykernel from readthedocs --- .readthedocs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 67b9f26..f1f1fa9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,11 +6,10 @@ build: python: "3.10" jobs: post_create_environment: - - pip install poetry==1.5.1 + - pip install poetry==1.6.1 - poetry config virtualenvs.create false post_install: - poetry install --without dev - - poetry run python -m ipykernel install --user sphinx: configuration: docs/conf.py