From 2f0586db330961f9448e0e449d14a910665816ae Mon Sep 17 00:00:00 2001 From: Mihir Patel Date: Sat, 13 Jan 2024 12:14:12 -0500 Subject: [PATCH] pin --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 62d5214d63..cc1db96957 100644 --- a/setup.py +++ b/setup.py @@ -121,6 +121,7 @@ def package_files(prefix: str, directory: str, extension: str): 'sphinxcontrib-devhelp==1.0.0', 'sphinxcontrib-htmlhelp==2.0.0', 'sphinxcontrib-serializinghtml==1.1.5', + 'sphinxcontrib-qthelp==1.0.0', 'sphinxext.opengraph==0.9.1', 'sphinxemoji==0.2.0', 'furo==2022.9.29',