From 9859a3959b776bbe38f79bfcf5b06feb53cd8f69 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 26 Jan 2024 09:21:29 -0500 Subject: [PATCH] Pin documentation dependencies --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1b0fbdcfe..fdbe37c81 100644 --- a/setup.py +++ b/setup.py @@ -37,9 +37,9 @@ extras_require = { 'docs': [ 'sphinx==4.4.0', 'sphinxcontrib_trio==1.1.2', - 'sphinxcontrib-websupport', + 'sphinxcontrib-websupport==1.2.6', 'typing-extensions>=4.3,<5', - 'sphinx-inline-tabs', + 'sphinx-inline-tabs==2023.4.21', ], 'speed': [ 'orjson>=3.5.4',