doc: requirements: update Sphinx and rtd theme
rtd_theme 1.2.x is required when using Sphinx >= 6.0, otherwise certain features like search are broken. Note that jQuery support needs to be enabled manually now using `sphinxcontrib.jquery` extension. Also update Sphinx to latest 6.x release, 6.2 as it contains some fixes. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
390b119885
commit
7c418a065c
2 changed files with 3 additions and 2 deletions
|
@ -72,6 +72,7 @@ extensions = [
|
|||
"sphinx.ext.extlinks",
|
||||
"sphinx.ext.autodoc",
|
||||
"sphinx.ext.graphviz",
|
||||
"sphinxcontrib.jquery",
|
||||
"zephyr.application",
|
||||
"zephyr.html_redirects",
|
||||
"zephyr.kconfig",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue