From 8d908646e049d32a6f28f2a4bf9e74f3f9bc129a Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Fri, 9 Aug 2024 02:30:05 -0400 Subject: [PATCH] docs(deps): pin `sphinx_rtd_theme` to `>=0.6` (#1615) See https://github.com/readthedocs/sphinx_rtd_theme/issues/1571#issuecomment-2271988123 ## Summary by CodeRabbit - **Chores** - Updated the version constraint for the `sphinx_rtd_theme` package to ensure compatibility, enhancing project stability and performance. Signed-off-by: Jinzhe Zeng --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 1fb541027..9b49bb272 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,7 +1,7 @@ # https://github.com/sphinx-doc/sphinx/issues/11662 sphinx>=4.0.2,!=7.2.5 recommonmark -sphinx_rtd_theme +sphinx_rtd_theme>=0.6 sphinx_markdown_tables sphinx-argparse<0.5.0 myst-parser