From b289657ca3ca91bec8184ecaddbc34af4b92189b Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Wed, 30 Aug 2023 13:39:43 +0100
Subject: [PATCH] CI: Wrong venv path

---
 .ci/build_doc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/build_doc.sh b/.ci/build_doc.sh
index e62c71f4a..9e77d0b91 100644
--- a/.ci/build_doc.sh
+++ b/.ci/build_doc.sh
@@ -2,6 +2,6 @@
 
 set -e
 
-source /test.env/bin/activate
+source /test.venv/bin/activate
 pip install ".[doc]"
 sphinx-build doc public
-- 
GitLab