We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec3f5b3 + e4b8287 commit 402e7d5Copy full SHA for 402e7d5
3 files changed
CHANGELOG.rst
@@ -37,4 +37,3 @@ Release Notes
37
38
* debug.py file for running tests
39
* Removed support for python `<3.11`
40
-
doc/source/conf.py
@@ -46,6 +46,10 @@
46
"m2r",
47
]
48
49
+autodoc_mock_imports = [
50
+ "h5py",
51
+]
52
+
53
# Add any paths that contain templates here, relative to this directory.
54
templates_path = ["_templates"]
55
news/h5py.rst
@@ -0,0 +1,23 @@
1
+**Added:**
2
3
+* <news item>
4
5
+**Changed:**
6
7
8
9
+**Deprecated:**
10
11
12
13
+**Removed:**
14
15
16
17
+**Fixed:**
18
19
+* Added Sphinx imports to fix documentation rendering.
20
21
+**Security:**
22
23
0 commit comments