Skip to content

Commit

Permalink
Merge pull request #799 from oliver-sanders/fix-missing-type
Browse files Browse the repository at this point in the history
fix build error
  • Loading branch information
MetRonnie authored Feb 18, 2025
2 parents 1bf6686 + d7b9869 commit 857be00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@
}

nitpick_ignore = [
# external deps we don't cross-link to
('py:class', 'zmq.auth.thread.ThreadAuthenticator'),
# This class appears in documented type-hints but is not documented in the
# Python docs so fails build.
('py:class', 're.Pattern'),
Expand Down
2 changes: 1 addition & 1 deletion src/reference/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ Cylc 8.1
.. admonition:: Cylc Components
:class: hint

:cylc-flow: `8.1 <https://github.com/cylc/cylc-flow/blob/8.1.x/CHANGES.md>`__
:cylc-flow: `8.1 <https://github.com/cylc/cylc-flow/blob/master/CHANGES.md#cylc-814-released-2023-05-04>`__
:cylc-uiserver: `1.2 <https://github.com/cylc/cylc-uiserver/blob/1.2.x/CHANGES.md>`__
:cylc-rose: `1.1 <https://github.com/cylc/cylc-rose/blob/1.1.0/CHANGES.md#user-content-cylc-rose-110-released-2022-07-28>`__

Expand Down

0 comments on commit 857be00

Please sign in to comment.