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:
Benjamin Cabé 2024-04-30 12:13:25 +02:00 committed by Fabio Baltieri
commit 6743c6c82b

View file

@ -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