From b74424f316c917d441260dd70acd8ef2f3d27e48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 07:53:30 +0200 Subject: [PATCH] maint: bump sphinx from 8.0.2 to 8.1.3 (#430) 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/430.dependencies.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/430.dependencies.md diff --git a/doc/changelog.d/430.dependencies.md b/doc/changelog.d/430.dependencies.md new file mode 100644 index 00000000..13be0bb2 --- /dev/null +++ b/doc/changelog.d/430.dependencies.md @@ -0,0 +1 @@ +maint: bump sphinx from 8.0.2 to 8.1.3 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index fb9bb448..7adf24ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ tests = [ "vtk==9.3.1", ] doc = [ - "Sphinx==8.0.2", + "Sphinx==8.1.3", "ansys-mapdl-core==0.68.5", "ansys-mapdl-reader==0.54.1", "ansys-sphinx-theme==1.1.4",