From 520c370429ac6924fcb6d2f53e75771c3d070b18 Mon Sep 17 00:00:00 2001 From: Sanchali torpe Date: Tue, 13 Jan 2026 05:44:10 -0800 Subject: [PATCH 1/3] Add missing Sphinx extensions and dependencies to requirements.txt --- requirements.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 560b716ea..eb3304103 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,8 @@ jupyter-book -sphinx-tags \ No newline at end of file +sphinx-tags +sphinx +myst-parser +sphinx-copybutton +sphinx-design +sphinx-togglebutton +sphinx-book-theme From bc224208ec7cc0b9392067959e7cb7e13747fa99 Mon Sep 17 00:00:00 2001 From: Sanchali torpe Date: Tue, 13 Jan 2026 06:06:39 -0800 Subject: [PATCH 2/3] Fix Sphinx dependencies to pass Netlify build --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index eb3304103..dc7b81c41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,3 +6,4 @@ sphinx-copybutton sphinx-design sphinx-togglebutton sphinx-book-theme + From f7ac9aa4879d3ccf4dc749de6bb4e1327f445c38 Mon Sep 17 00:00:00 2001 From: Sanchali torpe Date: Tue, 13 Jan 2026 06:44:31 -0800 Subject: [PATCH 3/3] Update requirements.txt with all Sphinx extensions for Netlify build --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dc7b81c41..ec6c5b8f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,10 @@ jupyter-book -sphinx-tags sphinx myst-parser sphinx-copybutton sphinx-design sphinx-togglebutton sphinx-book-theme +sphinx-tags +