From 280f1166086b4ebfcf856ebe3a5b07319c06507d Mon Sep 17 00:00:00 2001 From: Sparks29032 Date: Tue, 12 Nov 2024 12:44:37 -0500 Subject: [PATCH 1/4] Add autodoc import --- doc/source/conf.py | 4 ++++ 1 file changed, 4 insertions(+) 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"] From 824361ae7533162793df3af1d69428aa7cf1bb50 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:45:15 +0000 Subject: [PATCH 2/4] [pre-commit.ci] auto fixes from pre-commit hooks --- CHANGELOG.rst | 1 - 1 file changed, 1 deletion(-) 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` - From 83500defe84fb4b5d4b87a550a8ebb70bca343ec Mon Sep 17 00:00:00 2001 From: Sparks29032 Date: Tue, 12 Nov 2024 12:46:04 -0500 Subject: [PATCH 3/4] news --- news/h5py.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/h5py.rst diff --git a/news/h5py.rst b/news/h5py.rst new file mode 100644 index 0000000..dbe5c89 --- /dev/null +++ b/news/h5py.rst @@ -0,0 +1,23 @@ +**Added:** + +* Documentation-level fix. + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +* From e4b8287542adb09b19958afcc6be7a77d6cf9151 Mon Sep 17 00:00:00 2001 From: Sparky <59151395+Sparks29032@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:07:05 -0500 Subject: [PATCH 4/4] Update h5py.rst --- news/h5py.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/news/h5py.rst b/news/h5py.rst index dbe5c89..9df5514 100644 --- a/news/h5py.rst +++ b/news/h5py.rst @@ -1,6 +1,6 @@ **Added:** -* Documentation-level fix. +* **Changed:** @@ -16,7 +16,7 @@ **Fixed:** -* +* Added Sphinx imports to fix documentation rendering. **Security:**