diff --git a/doc/changelog.d/542.dependencies.md b/doc/changelog.d/542.dependencies.md new file mode 100644 index 000000000..3baf33691 --- /dev/null +++ b/doc/changelog.d/542.dependencies.md @@ -0,0 +1 @@ +Build(deps-dev): bump ansys-sphinx-theme from 1.8.0 to 1.8.2 in the doc-dependencies group diff --git a/pyproject.toml b/pyproject.toml index 856bd2a9d..d1286da06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ tests = [ doc = [ "pyvista==0.48.4", - "ansys-sphinx-theme[autoapi]==1.8.0", + "ansys-sphinx-theme[autoapi]==1.8.2", "jupyter_sphinx==0.5.3", "jupytext==1.19.3", "nbsphinx==0.9.6",