Skip to content

Commit bb782e8

Browse files
authored
Prepare release 2.8.3 (#2000)
* update CHANGELOG.md * ignore incf linkcheck errors
1 parent 133a2c4 commit bb782e8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)

docs/source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ def __call__(self, filename):
168168
nitpick_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+
171175
suppress_warnings = ["config.cache"]
172176

173177
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)