From 4fe7a7d334feb5ae7b03f428e297976c7571cebf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 23:14:08 +0000 Subject: [PATCH] Bump ansys-sphinx-theme from 0.7.1 to 0.8.0 in /requirements Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 0.7.1 to 0.8.0. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v0.7.1...v0.8.0) --- updated-dependencies: - dependency-name: ansys-sphinx-theme 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 035e24c6..56960a42 100644 --- a/requirements/requirements_doc.txt +++ b/requirements/requirements_doc.txt @@ -1,7 +1,7 @@ Sphinx==5.3.0 jupyter_sphinx==0.4.0 numpydoc==1.5.0 -ansys-sphinx-theme==0.7.1 +ansys-sphinx-theme==0.8.0 pypandoc==1.10 pytest-sphinx==0.5.0 sphinx-autobuild==2021.3.14