Skip to content

Commit 974291a

Browse files
Bump sphinx from 8.1.3 to 8.2.1 (#566)
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 8.1.3 to 8.2.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.2.1/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v8.1.3...v8.2.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
1 parent ed67285 commit 974291a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

changes/566.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated sphinx from 8.1.3 to 8.2.1.

docs/reference/rubicon-objc-types.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,8 @@ These are commonly used C types from various frameworks.
173173

174174
.. class:: UniChar([value])
175175

176-
The `UniChar
177-
<https://developer.apple.com/documentation/kernel/unichar?language=objc>`__
178-
type from ``<MacTypes.h>``. Equivalent to :class:`~ctypes.c_ushort`.
176+
The ``UniChar`` type from ``<MacTypes.h>``. Equivalent to
177+
:class:`~ctypes.c_ushort`.
179178

180179
.. class:: unichar([value])
181180

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dev = [
5858
docs = [
5959
"furo == 2024.8.6",
6060
"pyenchant == 3.2.2",
61-
"sphinx == 8.1.3",
61+
"sphinx == 8.2.1",
6262
"sphinx_tabs == 3.4.7",
6363
"sphinx-autobuild == 2024.10.3",
6464
"sphinx-copybutton == 0.5.2",

0 commit comments

Comments
 (0)