Skip to content

Commit

Permalink
Merge pull request #67 from Sparks29032/h5py
Browse files Browse the repository at this point in the history
Add h5py import to documentation build
  • Loading branch information
sbillinge authored Nov 13, 2024
2 parents ec3f5b3 + e4b8287 commit 402e7d5
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
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>

0 comments on commit 402e7d5

Please sign in to comment.