Skip to content

Commit 857be00

Browse files
authored
Merge pull request #799 from oliver-sanders/fix-missing-type
fix build error
2 parents 1bf6686 + d7b9869 commit 857be00

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
}
135135

136136
nitpick_ignore = [
137+
# external deps we don't cross-link to
138+
('py:class', 'zmq.auth.thread.ThreadAuthenticator'),
137139
# This class appears in documented type-hints but is not documented in the
138140
# Python docs so fails build.
139141
('py:class', 're.Pattern'),

src/reference/changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ Cylc 8.1
400400
.. admonition:: Cylc Components
401401
:class: hint
402402

403-
:cylc-flow: `8.1 <https://github.com/cylc/cylc-flow/blob/8.1.x/CHANGES.md>`__
403+
:cylc-flow: `8.1 <https://github.com/cylc/cylc-flow/blob/master/CHANGES.md#cylc-814-released-2023-05-04>`__
404404
:cylc-uiserver: `1.2 <https://github.com/cylc/cylc-uiserver/blob/1.2.x/CHANGES.md>`__
405405
: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>`__
406406

0 commit comments

Comments
 (0)