diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5f0711e..5f9de9e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -37,4 +37,3 @@ Release Notes * debug.py file for running tests * Removed support for python `<3.11` - diff --git a/doc/source/conf.py b/doc/source/conf.py index 6c0f876..9283032 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -46,6 +46,10 @@ "m2r", ] +autodoc_mock_imports = [ + "h5py", +] + # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"] diff --git a/news/h5py.rst b/news/h5py.rst new file mode 100644 index 0000000..9df5514 --- /dev/null +++ b/news/h5py.rst @@ -0,0 +1,23 @@ +**Added:** + +* + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* Added Sphinx imports to fix documentation rendering. + +**Security:** + +*