Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ Release Notes

* debug.py file for running tests
* Removed support for python `<3.11`

4 changes: 4 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
"m2r",
]

autodoc_mock_imports = [
"h5py",
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]

Expand Down
23 changes: 23 additions & 0 deletions news/h5py.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* <news item>

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* Added Sphinx imports to fix documentation rendering.

**Security:**

* <news item>
Loading