diff --git a/pyproject.toml b/pyproject.toml index 0aef9e1cc2..2dabb4c422 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,12 +81,13 @@ test = [ "types-PyYAML", "types-cachetools", "types-requests", - "types-toml" + "types-toml", ] docs = [ - "kedro-sphinx-theme==2024.4.0", "ipykernel>=5.3, <7.0", "Jinja2<3.2.0", + "kedro-sphinx-theme==2024.4.0", + "sphinx-notfound-page!=1.0.3", # Required by kedro-sphinx-theme. 1.0.3 results in `AttributeError: 'tuple' object has no attribute 'default'`. ] jupyter = [ "ipylab>=1.0.0", @@ -208,7 +209,7 @@ forbidden_modules = [ ] ignore_imports = [ "kedro.framework.context.context -> kedro.config", - "kedro.framework.session.session -> kedro.config" + "kedro.framework.session.session -> kedro.config", ] [tool.ruff]