From 8813e2ccbd317f3d79dbeb5f62c0df2540743685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 15:10:09 +0000 Subject: [PATCH 1/2] build(deps): bump sphinx from 7.2.6 to 7.3.7 in /requirements Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 7.3.7. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.6...v7.3.7) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements_doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_doc.txt b/requirements/requirements_doc.txt index 1278a32b4..edef40614 100644 --- a/requirements/requirements_doc.txt +++ b/requirements/requirements_doc.txt @@ -9,7 +9,7 @@ pyvista[jupyter]==0.43.7 vtk==9.3.0 # Documentation dependencies -Sphinx==7.2.6 +Sphinx==7.3.7 numpydoc==1.7.0 ansys-sphinx-theme==0.15.2 sphinx-copybutton==0.5.2 From b8e226639f2fa6c636fa4d7bf484e46dc1977366 Mon Sep 17 00:00:00 2001 From: Camille <78221213+clatapie@users.noreply.github.com> Date: Wed, 15 May 2024 14:24:29 -0400 Subject: [PATCH 2/2] fix: warning in doc build --- doc/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 8ef9c77c2..bee137bfe 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -105,6 +105,8 @@ "thumbnail_size": (350, 350), } +suppress_warnings = ["config.cache"] + # Intersphinx mapping intersphinx_mapping = { "python": ("https://docs.python.org/dev", None),