diff --git a/doc/changelog.d/149.dependencies.md b/doc/changelog.d/149.dependencies.md new file mode 100644 index 00000000..ad3b284d --- /dev/null +++ b/doc/changelog.d/149.dependencies.md @@ -0,0 +1 @@ +build(deps): bump ansys-sphinx-theme from 1.0.8 to 1.0.11 in the doc-dependencies group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 2f0fa30c..a7ff4456 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ [project.optional-dependencies] tests = ["pytest==8.3.3", "pytest-pyvista==0.1.9", "pytest-cov==5.0.0"] doc = [ - "ansys-sphinx-theme==1.0.8", + "ansys-sphinx-theme==1.0.11", "jupyter_sphinx==0.5.3", "jupytext==1.16.4", "nbsphinx==0.9.5",