From b3e8b69f744c310ecaa41fef97800421c3709672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 11:59:37 +0000 Subject: [PATCH 1/2] Bump ansys-sphinx-theme from 0.9.7 to 0.9.8 Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 0.9.7 to 0.9.8. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v0.9.7...v0.9.8) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b3ed9077..b5990c7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ all = [ ] doc = [ "Sphinx==5.3.0", - "ansys-sphinx-theme==0.9.7", + "ansys-sphinx-theme==0.9.8", "sphinx-copybutton==0.5.2", "sphinx-design==0.4.1", ] From 8c48b59570177889bda8970a1642a4bd92b77c19 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Fri, 21 Apr 2023 15:23:59 +0200 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b5990c7d..fb08ba15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ all = [ "ansys-fluent-parametric==0.7.1", ] doc = [ - "Sphinx==5.3.0", + "Sphinx==6.1.3", "ansys-sphinx-theme==0.9.8", "sphinx-copybutton==0.5.2", "sphinx-design==0.4.1",