From a47a8ec413934cf7fce8d5b7a5913371d4b3b4a5 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Thu, 23 May 2024 11:43:48 +0200 Subject: [PATCH] build: added pyqt6 as sphinx build dependency --- docs/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/requirements.txt b/docs/requirements.txt index 404ca0ea..c7e434ae 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,5 +6,6 @@ pydata-sphinx-theme sphinx-copybutton myst-parser sphinx-design +PyQt6 bec-widgets tomli \ No newline at end of file