From e456a12f4879adadfbc1e03079c7e93ed1f7165f Mon Sep 17 00:00:00 2001 From: Hippalectryon Date: Fri, 19 Jul 2024 18:36:47 +0200 Subject: [PATCH] force ipython install --- readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/readthedocs.yml b/readthedocs.yml index 9e87d68..7d82ba5 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -9,5 +9,6 @@ build: - pip install poetry - poetry config virtualenvs.create false - poetry install + - pip install ipython sphinx: configuration: source/conf.py