Skip to content

Commit

Permalink
CI: upgrade versions of Sphinx and Furo used for doc build
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rgommers authored and dnicolodi committed Feb 29, 2024
1 parent 0c65a3c commit b431df3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/reference/pyproject-settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ use them and examples.
A string specifying the ``meson`` executable or script to use. If it is a
path to an existing file with a name ending in ``.py``, it will be invoked
as a Python script using the same Python interpreter that is used to run
``meson-python`` itself. It can be overrridden by the :envvar:`MESON`
``meson-python`` itself. It can be overridden by the :envvar:`MESON`
environment variable.

.. option:: tool.meson-python.args.dist
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ test = [
'typing-extensions >= 3.7.4; python_version < "3.11"',
]
docs = [
'furo >= 2021.08.31',
'sphinx ~= 4.0',
'furo >= 2023.5.20',
'sphinx ~= 6.2',
'sphinx-copybutton >= 0.5.0',
'sphinx-design >= 0.1.0',
'sphinxext-opengraph >= 0.7.0',
Expand Down

0 comments on commit b431df3

Please sign in to comment.