diff mbox series

[2/2] arm-bsp/documentation: corstone1000: Install Sphinx theme as recommended

Message ID 20240812150417.157272-3-hugues.kambampiana@arm.com
State New
Headers show
Series arm-bsp/documentation: corstone1000: Deprecation of Sphinx context injection | expand

Commit Message

Hugues KAMBA MPIANA Aug. 12, 2024, 3:04 p.m. UTC
From: Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>

Read the Docs recommends installing the Sphinx theme by listing
it as an enabled extensions prior to setting it as the active theme.

This commit adds it to the enabled extensions list as it was already
set as the active theme.

Signed-off-by: Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
---
 meta-arm-bsp/documentation/corstone1000/conf.py | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-arm-bsp/documentation/corstone1000/conf.py b/meta-arm-bsp/documentation/corstone1000/conf.py
index b932a52c..d8b558fa 100644
--- a/meta-arm-bsp/documentation/corstone1000/conf.py
+++ b/meta-arm-bsp/documentation/corstone1000/conf.py
@@ -32,6 +32,7 @@  author = 'Arm Limited'
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 # ones.
 extensions = [
+    'sphinx_rtd_theme',
 ]
 
 # Add any paths that contain templates here, relative to this directory.