From 142635c08bfe82245bd5aac82603db326a4896a8 Mon Sep 17 00:00:00 2001 From: Deb Date: Wed, 14 Feb 2024 19:52:56 -0500 Subject: [PATCH 1/2] Sync remote Signed-off-by: Deb --- getting_started/intel_debug/introduction.rst | 0 getting_started/intel_debug/suggestions.rst | 0 tsc/representatives.rst | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 getting_started/intel_debug/introduction.rst mode change 100644 => 100755 getting_started/intel_debug/suggestions.rst mode change 100644 => 100755 tsc/representatives.rst diff --git a/getting_started/intel_debug/introduction.rst b/getting_started/intel_debug/introduction.rst old mode 100644 new mode 100755 diff --git a/getting_started/intel_debug/suggestions.rst b/getting_started/intel_debug/suggestions.rst old mode 100644 new mode 100755 diff --git a/tsc/representatives.rst b/tsc/representatives.rst old mode 100644 new mode 100755 From 24df5716a1806368bcc723ed86c740995c9da84c Mon Sep 17 00:00:00 2001 From: Deb Date: Fri, 16 Feb 2024 14:36:49 -0500 Subject: [PATCH 2/2] Update Sphinx version and change sphinxcontrib-applehelp version Signed-off-by: Deb --- scripts/requirements.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index c3697fe8..e7e9c5b6 100755 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,11 +1,13 @@ # This file hardcodes validated versions with '==', # see requirements-lax.txt for an alternative. -breathe==4.29.2 -sphinx==4.5.0 -docutils==0.17.1 + +sphinx>=7 +breathe +docutils sphinx_rtd_theme sphinxcontrib-plantuml sphinxcontrib-blockdiag +sphinxcontrib-applehelp # Workaround for warning "'ImageDraw' object has no attribute 'textsize'"