Skip to content

Commit b431df3

Browse files
rgommersdnicolodi
authored andcommitted
CI: upgrade versions of Sphinx and Furo used for doc build
This should fix the CI failure that was visible on gh-583 due to `sphinxcontrib.applehelp` at least requiring Sphinx 5.0. Upgrading the Furo theme may also improve the html output; we're pulling in almost two years worth of fixes here.
1 parent 0c65a3c commit b431df3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/reference/pyproject-settings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ use them and examples.
3131
A string specifying the ``meson`` executable or script to use. If it is a
3232
path to an existing file with a name ending in ``.py``, it will be invoked
3333
as a Python script using the same Python interpreter that is used to run
34-
``meson-python`` itself. It can be overrridden by the :envvar:`MESON`
34+
``meson-python`` itself. It can be overridden by the :envvar:`MESON`
3535
environment variable.
3636

3737
.. option:: tool.meson-python.args.dist

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ test = [
5353
'typing-extensions >= 3.7.4; python_version < "3.11"',
5454
]
5555
docs = [
56-
'furo >= 2021.08.31',
57-
'sphinx ~= 4.0',
56+
'furo >= 2023.5.20',
57+
'sphinx ~= 6.2',
5858
'sphinx-copybutton >= 0.5.0',
5959
'sphinx-design >= 0.1.0',
6060
'sphinxext-opengraph >= 0.7.0',

0 commit comments

Comments
 (0)