From 4da6c1014a6a5fc623170c081b3c989ecf70a9af Mon Sep 17 00:00:00 2001 From: LinZhihao-723 Date: Fri, 11 Oct 2024 16:29:34 -0400 Subject: [PATCH 1/2] Lock sphinx --- docs/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ed28263a9..4b2bd8765 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,7 +2,9 @@ myst-parser>=2.0.0 # Locked to avoid pydata/pydata-sphinx-theme#1676 until its fix is released in a version above # 0.15.2 pydata-sphinx-theme==0.14.4 -sphinx>=7.3.7 +# Locked to avoid the following issue until the fix is released: +# https://github.com/sphinx-doc/sphinx/issues/13002 +sphinx==8.0.2 sphinx_design>=0.5.0 sphinx-copybutton>=0.5.2 sphinxcontrib-mermaid>=0.9.2 From 51b202aa2afd7d6ac7b24b271f9e2462ae837813 Mon Sep 17 00:00:00 2001 From: LinZhihao-723 Date: Fri, 11 Oct 2024 17:20:20 -0400 Subject: [PATCH 2/2] Fix comment --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 4b2bd8765..84466dcae 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,7 +2,7 @@ myst-parser>=2.0.0 # Locked to avoid pydata/pydata-sphinx-theme#1676 until its fix is released in a version above # 0.15.2 pydata-sphinx-theme==0.14.4 -# Locked to avoid the following issue until the fix is released: +# Locked to avoid the following issue until a fix is released: # https://github.com/sphinx-doc/sphinx/issues/13002 sphinx==8.0.2 sphinx_design>=0.5.0