Skip to content

Commit 402e7d5

Browse files
authored
Merge pull request #67 from Sparks29032/h5py
Add h5py import to documentation build
2 parents ec3f5b3 + e4b8287 commit 402e7d5

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

CHANGELOG.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@ Release Notes
3737

3838
* debug.py file for running tests
3939
* Removed support for python `<3.11`
40-

doc/source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
"m2r",
4747
]
4848

49+
autodoc_mock_imports = [
50+
"h5py",
51+
]
52+
4953
# Add any paths that contain templates here, relative to this directory.
5054
templates_path = ["_templates"]
5155

news/h5py.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* <news item>
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* Added Sphinx imports to fix documentation rendering.
20+
21+
**Security:**
22+
23+
* <news item>

0 commit comments

Comments
 (0)