diff --git a/doc/changelog.d/954.dependencies.md b/doc/changelog.d/954.dependencies.md new file mode 100644 index 0000000000..f1692fbbd4 --- /dev/null +++ b/doc/changelog.d/954.dependencies.md @@ -0,0 +1 @@ +build(deps): bump ansys-sphinx-theme[autoapi] from 1.2.2 to 1.2.3 in the doc-dependencies group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 0602ab1a71..632ebc3cfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ tests = [ ] doc = [ "ansys-tools-visualization-interface==0.6.0", - "ansys-sphinx-theme[autoapi]==1.2.2", + "ansys-sphinx-theme[autoapi]==1.2.3", "jupyter-sphinx==0.5.3", "numpydoc==1.8.0", "sphinx==8.1.3",