File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11# PyNWB Changelog
22
3- ## PyNWB 2.8.3 (Upcoming )
3+ ## PyNWB 2.8.3 (November 19, 2024 )
44
55### Enhancements and minor changes
66* Added ` NWBHDF5IO.read_nwb ` convenience method to simplify reading an NWB file. @h-mayorquin [ #1979 ] ( https://github.com/NeurodataWithoutBorders/pynwb/pull/1979 )
Original file line number Diff line number Diff line change @@ -168,6 +168,10 @@ def __call__(self, filename):
168168nitpick_ignore = [('py:class' , 'Intracomm' ),
169169 ('py:class' , 'BaseStorageSpec' )]
170170
171+ linkcheck_ignore = [
172+ r'https://training.incf.org/*' # temporary ignore until SSL certificate issue is resolved
173+ ]
174+
171175suppress_warnings = ["config.cache" ]
172176
173177# Add any paths that contain templates here, relative to this directory.
You can’t perform that action at this time.
0 commit comments