doc: requirements: Update to Sphinx RTD Theme 3.0
Update to latest Sphinx RTD Theme version. Main benefit will be to be able to leverage Sphinx 8.0 since previous version of the theme was depending on 'sphinx < 8.0'. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
4919bd421e
commit
8595a0cf79
2 changed files with 2 additions and 2 deletions
|
|
@ -112,7 +112,7 @@ def gh_link_get_url(app: Sphinx, pagename: str, mode: str = "blob") -> Optional[
|
|||
mode,
|
||||
app.config.gh_link_version,
|
||||
page_prefix,
|
||||
app.env.doc2path(pagename, False),
|
||||
str(app.env.doc2path(pagename, False)),
|
||||
]
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# DOC: used to generate docs
|
||||
|
||||
sphinx
|
||||
sphinx_rtd_theme~=2.0
|
||||
sphinx_rtd_theme~=3.0
|
||||
sphinx-tabs
|
||||
sphinxcontrib-svg2pdfconverter
|
||||
pygments>=2.9
|
||||
|
|
|
|||
Loading…
Reference in a new issue