doc: Relax Sphinx pip dependency
As Zephyr now supports Python 3.10 and onwards, we can use more recent versions of Sphinx, i.e 7.3.x at the time of this commit. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
8b978ac1dc
commit
6743c6c82b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# DOC: used to generate docs
|
# DOC: used to generate docs
|
||||||
|
|
||||||
breathe>=4.34
|
breathe>=4.34
|
||||||
sphinx~=7.1.0
|
sphinx
|
||||||
sphinx_rtd_theme~=2.0
|
sphinx_rtd_theme~=2.0
|
||||||
sphinx-tabs
|
sphinx-tabs
|
||||||
sphinxcontrib-svg2pdfconverter
|
sphinxcontrib-svg2pdfconverter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue