Skip to content

Commit ff8b85a

Browse files
baris-talarclaude
andcommitted
DOC: fix changelog cross-reference — use plain code instead of broken :func: role
check_version is not listed in doc/api/ so :func:`mne.utils.check_version` fails the Sphinx docs build. Replace with plain inline ``check_version``. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 92b08c0 commit ff8b85a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/changes/dev/13863.bugfix.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:func:`mne.utils.check_version` now gracefully handles packages that do not
2-
expose ``__version__`` at the top level when no minimum version is required.
3-
This improves handling of optional dependencies in ``_soft_import``, by
1+
``check_version`` now gracefully handles packages that do not expose
2+
``__version__`` at the top level when no minimum version is required,
3+
improving handling of optional dependencies in ``_soft_import``, by
44
:newcontrib:`Baris Talar`.

0 commit comments

Comments
 (0)