diff --git a/poetry.lock b/poetry.lock index 6e0cf604..2d5c5b64 100644 --- a/poetry.lock +++ b/poetry.lock @@ -38,13 +38,13 @@ files = [ [[package]] name = "ansys-sphinx-theme" -version = "0.13.1" +version = "0.14.0" description = "A theme devised by ANSYS, Inc. for Sphinx documentation." optional = false python-versions = ">=3.9,<4" files = [ - {file = "ansys_sphinx_theme-0.13.1-py3-none-any.whl", hash = "sha256:d82c266cecc46cf535e929ce4354d6392a731fe623d05977d88b408b032dd867"}, - {file = "ansys_sphinx_theme-0.13.1.tar.gz", hash = "sha256:863574c46ed51eb12b55472d085df04c48cd0a84db84d5e95594683aedfbf4a3"}, + {file = "ansys_sphinx_theme-0.14.0-py3-none-any.whl", hash = "sha256:3ef0dcb5f6c491c876f1e5f4ed63f7acff7b5763ffc991b7bbf9336b11c3f029"}, + {file = "ansys_sphinx_theme-0.14.0.tar.gz", hash = "sha256:e576f1a61a660d01e186e8413ebc6bc9c6c132c66e5b626a24a8a0ba9de5e138"}, ] [package.dependencies] @@ -1632,4 +1632,4 @@ oidc = ["keyring", "requests_auth"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "c5ee7f01653f3f17c22de28998212737ba68632b2829adeb18c27c7555b70795" +content-hash = "9ce1f6a3d84c2745a24209496232e4729b3f2197adf272daf0f51fec2ce46310" diff --git a/pyproject.toml b/pyproject.toml index c74852ba..8bb7d415 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ optional = true [tool.poetry.group.docs.dependencies] # Doc packages -ansys-sphinx-theme = { version = "0.13.1" } +ansys-sphinx-theme = { version = "0.14.0" } numpydoc = { version = "1.6.0" } sphinx = { version = "7.2.6" } sphinx-notfound-page = { version = "1.0.0" }