From 36eafc14b95861cf0ee027b42db9f1fab73b8c0c Mon Sep 17 00:00:00 2001 From: Christopher Turner Date: Wed, 19 Feb 2025 12:31:57 -0600 Subject: [PATCH 1/3] conf.py: remove unused html_theme_path configuration Per build warning; WARNING: Calling get_html_theme_path is deprecated. If you are calling it to define html_theme_path, you are safe to remove that code. So removing the code to get rid of warning. Signed-off-by: Christopher Turner --- conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/conf.py b/conf.py index 4e1d22c..7701870 100755 --- a/conf.py +++ b/conf.py @@ -132,7 +132,6 @@ sys.stderr.write('Warning: sphinx_rtd_theme missing. Use pip to install it.\n') else: html_theme = "sphinx_rtd_theme" - html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] html_theme_options = { 'canonical_url': '', 'analytics_id': 'GTM-M4BL5NF', From eec6e47c7c4b780bd8e1ac0624334c30785d867c Mon Sep 17 00:00:00 2001 From: Christopher Turner Date: Wed, 19 Feb 2025 12:45:57 -0600 Subject: [PATCH 2/3] conf.py: remove display_version configuration the option for display_version for the sphinx-rtd-theme was deprecated since v3.0.0 Signed-off-by: Christopher Turner --- conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/conf.py b/conf.py index 7701870..c64f349 100755 --- a/conf.py +++ b/conf.py @@ -136,7 +136,6 @@ 'canonical_url': '', 'analytics_id': 'GTM-M4BL5NF', 'logo_only': False, - 'display_version': True, 'prev_next_buttons_location': 'None', # Toc options 'collapse_navigation': False, From dc0495a29f68fcdf5e88f97d83b400d0e49c4b41 Mon Sep 17 00:00:00 2001 From: Christopher Turner Date: Wed, 19 Feb 2025 12:52:11 -0600 Subject: [PATCH 3/3] developer_guides: llext_modules.rst: modify broken link for Intel firmware paths update broken link to Intel firmware paths in llext_modules.rst from intel_firmware_paths to intel_modular_firmware_paths to point to correct location and fix doc build errors. Signed-off-by: Christopher Turner --- developer_guides/firmware/llext_modules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_guides/firmware/llext_modules.rst b/developer_guides/firmware/llext_modules.rst index 4832495..e4040d5 100644 --- a/developer_guides/firmware/llext_modules.rst +++ b/developer_guides/firmware/llext_modules.rst @@ -78,7 +78,7 @@ Installation ************ As specified in -:ref:`Firmware look-up paths per Intel platform ` +:ref:`Firmware look-up paths per Intel platform ` the |SOF| Linux kernel driver loads SOF modules by their UUIDs, specified in the topology. For SOF in-tree modules the process of creation and installation of modules in a deployment tree is automated by the