From 9a33fffcd153e5098332eabcab01053603fe7f79 Mon Sep 17 00:00:00 2001 From: Yonatan Shelach <92271540+yonishelach@users.noreply.github.com> Date: Tue, 16 Jan 2024 17:14:54 +0200 Subject: [PATCH] [build] Restrict sphinxcontrib-devhelp in requirements (#779) --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aadf0591..d1a41d73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,5 @@ isort~=5.7 sphinx==4.0.2 sphinx-book-theme==0.3.3 sphinx-togglebutton==0.3.1 -sphinxcontrib-applehelp<=1.0.7 \ No newline at end of file +sphinxcontrib-applehelp<=1.0.7 +sphinxcontrib.devhelp<=1.0.5 \ No newline at end of file