diff --git a/doc/changelog.d/1967.dependencies.md b/doc/changelog.d/1967.dependencies.md new file mode 100644 index 0000000000..49ac6eec39 --- /dev/null +++ b/doc/changelog.d/1967.dependencies.md @@ -0,0 +1 @@ +bump ansys-sphinx-theme[autoapi] from 1.4.2 to 1.4.3 in the docs-deps group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 9c4e097d64..a7fd250c28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ tests-minimal = [ "pytest-pyvista==0.1.9", ] doc = [ - "ansys-sphinx-theme[autoapi]==1.4.2", + "ansys-sphinx-theme[autoapi]==1.4.3", "ansys-tools-path==0.7.1", "ansys-tools-visualization-interface==0.9.1", "beartype==0.20.2",