From b9e1bf7f4448ddb0d0d86e65211069892d59f8f1 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 16 Jan 2024 13:29:51 -0600 Subject: [PATCH] PYTHON-4148 Update documentation dependencies (#1476) --- doc/docs-requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/docs-requirements.txt b/doc/docs-requirements.txt index d8fd12b54..ce8682c07 100644 --- a/doc/docs-requirements.txt +++ b/doc/docs-requirements.txt @@ -1,5 +1,5 @@ -sphinx>=5.3,<7 -sphinx_rtd_theme~=0.5 -readthedocs-sphinx-search~=0.1 -sphinxcontrib-shellcheck~=1.1 -furo==2022.12.7 +sphinx>=5.3,<8 +sphinx_rtd_theme>=2,<3 +readthedocs-sphinx-search~=0.3 +sphinxcontrib-shellcheck>=1,<2 +furo==2023.9.10