Skip to content

Commit

Permalink
Prepare release 2.8.3 (#2000)
Browse files Browse the repository at this point in the history
* update CHANGELOG.md

* ignore incf linkcheck errors
  • Loading branch information
stephprince authored Nov 20, 2024
1 parent 133a2c4 commit bb782e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PyNWB Changelog

## PyNWB 2.8.3 (Upcoming)
## PyNWB 2.8.3 (November 19, 2024)

### Enhancements and minor changes
* Added `NWBHDF5IO.read_nwb` convenience method to simplify reading an NWB file. @h-mayorquin [#1979](https://github.com/NeurodataWithoutBorders/pynwb/pull/1979)
Expand Down
4 changes: 4 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ def __call__(self, filename):
nitpick_ignore = [('py:class', 'Intracomm'),
('py:class', 'BaseStorageSpec')]

linkcheck_ignore = [
r'https://training.incf.org/*' # temporary ignore until SSL certificate issue is resolved
]

suppress_warnings = ["config.cache"]

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

0 comments on commit bb782e8

Please sign in to comment.