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 1
1
# PyNWB Changelog
2
2
3
- ## PyNWB 2.8.3 (Upcoming )
3
+ ## PyNWB 2.8.3 (November 19, 2024 )
4
4
5
5
### Enhancements and minor changes
6
6
* 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):
168
168
nitpick_ignore = [('py:class' , 'Intracomm' ),
169
169
('py:class' , 'BaseStorageSpec' )]
170
170
171
+ linkcheck_ignore = [
172
+ r'https://training.incf.org/*' # temporary ignore until SSL certificate issue is resolved
173
+ ]
174
+
171
175
suppress_warnings = ["config.cache" ]
172
176
173
177
# Add any paths that contain templates here, relative to this directory.
You can’t perform that action at this time.
0 commit comments