From fd30dc8ba1124fee5da185333cc3c0083579f747 Mon Sep 17 00:00:00 2001 From: Geir Date: Wed, 24 Apr 2024 20:02:37 +0200 Subject: [PATCH] build(rtd): add sphinx-autoapi installation --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 4e1b59b..2f97e17 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,7 +14,7 @@ build: post_create_environment: # Install poetry # https://python-poetry.org/docs/#installing-manually - - pip install poetry jupyter-book + - pip install poetry jupyter-book sphinx-autoapi # Tell poetry to not use a virtual environment - poetry config virtualenvs.create false post_install: