From fd914c9e2ee83ecd7b03062303cbbec9fea3959a Mon Sep 17 00:00:00 2001 From: Abishalini Date: Mon, 15 Jan 2024 09:16:38 -0700 Subject: [PATCH 1/6] Update sphinx version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1c8e8a3735..0cd18f4d29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pip docutils==0.16 -sphinx==4.3.2 +sphinx sphinx-tabs sphinx-multiversion sphinx-rtd-theme From ab7328e420137b9ec8c01e85061e26dcc916a423 Mon Sep 17 00:00:00 2001 From: Abishalini Date: Mon, 15 Jan 2024 09:35:39 -0700 Subject: [PATCH 2/6] Pin sphinx version to >=5.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0cd18f4d29..96315c370b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pip docutils==0.16 -sphinx +sphinx>=5.0.0 sphinx-tabs sphinx-multiversion sphinx-rtd-theme From c17a559888f74f7a5b418ca585a0dd656a48d72e Mon Sep 17 00:00:00 2001 From: Abishalini Date: Mon, 15 Jan 2024 09:47:28 -0700 Subject: [PATCH 3/6] Set language to en --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 770bd7c73e..3d945b4e6d 100644 --- a/conf.py +++ b/conf.py @@ -58,7 +58,7 @@ # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language = "en" # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. From 87010d31af4b707b6d4433d3237471b54b498a36 Mon Sep 17 00:00:00 2001 From: Abishalini Date: Mon, 15 Jan 2024 10:28:40 -0700 Subject: [PATCH 4/6] Set sphinx-tabs version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 96315c370b..1150183799 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pip docutils==0.16 sphinx>=5.0.0 -sphinx-tabs +sphinx-tabs==3.4.4 sphinx-multiversion sphinx-rtd-theme sphinx-copybutton From 508a038cb66c4ce6ea3942ac6be5c94d977887f1 Mon Sep 17 00:00:00 2001 From: Abishalini Date: Mon, 15 Jan 2024 10:35:44 -0700 Subject: [PATCH 5/6] Update docutils --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1150183799..defbdcac64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pip -docutils==0.16 +docutils==0.18.0 sphinx>=5.0.0 sphinx-tabs==3.4.4 sphinx-multiversion From ec511f149156f86fa2b9d1bf92d69ae3bc2bc89e Mon Sep 17 00:00:00 2001 From: Sebastian Castro <4603398+sea-bass@users.noreply.github.com> Date: Mon, 15 Jan 2024 12:43:30 -0500 Subject: [PATCH 6/6] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index defbdcac64..163e9dd054 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pip -docutils==0.18.0 +docutils==0.18.1 sphinx>=5.0.0 sphinx-tabs==3.4.4 sphinx-multiversion