diff --git a/pyproject.toml b/pyproject.toml index 0627083a5..b8de87c61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,9 +33,9 @@ test = [ "pytest-cov==4.0.0", ] doc = [ - "Sphinx==5.2.3", + "Sphinx==5.3.0", "numpydoc==1.5.0", - "ansys-sphinx-theme==0.6.1", + "ansys-sphinx-theme==0.7.0", "sphinx-copybutton==0.5.0", ] diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index e95826875..18a9db5e0 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -1,4 +1,4 @@ -Sphinx==5.2.3 +Sphinx==5.3.0 numpydoc==1.5.0 # need latest -ansys-sphinx-theme==0.6.1 +ansys-sphinx-theme==0.7.0 sphinx-copybutton==0.5.0 \ No newline at end of file