diff --git a/doc/changelog.d/317.miscellaneous.md b/doc/changelog.d/317.miscellaneous.md new file mode 100644 index 0000000..3fc14e2 --- /dev/null +++ b/doc/changelog.d/317.miscellaneous.md @@ -0,0 +1 @@ +Chore: bump ansys-sphinx-theme from 1.7.1 to 1.7.2 diff --git a/pyproject.toml b/pyproject.toml index 9fd10a0..f321133 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ ] [project.optional-dependencies] doc = [ - "ansys-sphinx-theme[autoapi]==1.7.1", + "ansys-sphinx-theme[autoapi]==1.7.2", "numpydoc==1.10.0", "Sphinx==8.2.3", "sphinx-autodoc-typehints==3.1.0",