File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 134
134
}
135
135
136
136
nitpick_ignore = [
137
+ # external deps we don't cross-link to
138
+ ('py:class' , 'zmq.auth.thread.ThreadAuthenticator' ),
137
139
# This class appears in documented type-hints but is not documented in the
138
140
# Python docs so fails build.
139
141
('py:class' , 're.Pattern' ),
Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ Cylc 8.1
400
400
.. admonition :: Cylc Components
401
401
:class: hint
402
402
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 >`__
404
404
:cylc-uiserver: `1.2 <https://github.com/cylc/cylc-uiserver/blob/1.2.x/CHANGES.md >`__
405
405
: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 >`__
406
406
You can’t perform that action at this time.
0 commit comments