From 974b4d96d203c1774b241e727cdbeb6cb3af3c35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 21:44:48 +0000 Subject: [PATCH] CHORE: Bump sphinx-notfound-page from 1.0.4 to 1.1.0 in the doc group (#1079) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- doc/changelog.d/1079.maintenance.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/1079.maintenance.md diff --git a/doc/changelog.d/1079.maintenance.md b/doc/changelog.d/1079.maintenance.md new file mode 100644 index 000000000..5816d90f3 --- /dev/null +++ b/doc/changelog.d/1079.maintenance.md @@ -0,0 +1 @@ +Bump sphinx-notfound-page from 1.0.4 to 1.1.0 in the doc group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 9a6720c2e..e1e8a44c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ doc = [ "sphinx-copybutton==0.5.2", "sphinx_design==0.6.1", "sphinx-gallery==0.18.0", - "sphinx-notfound-page==1.0.4", + "sphinx-notfound-page==1.1.0", "sphinxcontrib-websupport==2.0.0", "sphinxemoji==0.3.1", ]