From 73492ca4bccaa2eb7057a37acad32f9c0de54017 Mon Sep 17 00:00:00 2001 From: link2xt Date: Tue, 13 Feb 2024 11:20:11 +0000 Subject: [PATCH] chore(scripts): do not install deltachat-rpc-client twice --- scripts/build-python-docs.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/build-python-docs.sh b/scripts/build-python-docs.sh index 9e994f39c0..92bd74706c 100755 --- a/scripts/build-python-docs.sh +++ b/scripts/build-python-docs.sh @@ -9,5 +9,4 @@ python3 -m venv venv venv/bin/pip install ./python venv/bin/pip install ./deltachat-rpc-client venv/bin/pip install sphinx breathe sphinx_rtd_theme -venv/bin/pip install ./deltachat-rpc-client venv/bin/sphinx-build -b html -a python/doc/ dist/html