diff --git a/pyproject.toml b/pyproject.toml index 70920ae5..69400144 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,10 +63,10 @@ all = [ "ansys-fluent-parametric==0.7.1", ] doc = [ - "Sphinx==6.2.1", # BLOCKED BY sphinx-design - Cannot upgrade to Sphinx 7 for now - "ansys-sphinx-theme==0.9.9", + "Sphinx==7.1.1", + "ansys-sphinx-theme==0.10.0", "sphinx-copybutton==0.5.2", - "sphinx-design==0.4.1", + "sphinx-design==0.5.0", ] [project.urls]