Skip to content

Commit

Permalink
Don't pick up failing sphinx-notfound-page 1.0.3 (#4047)
Browse files Browse the repository at this point in the history
Signed-off-by: Deepyaman Datta <[email protected]>
  • Loading branch information
deepyaman authored Jul 31, 2024
1 parent c37e1e3 commit 8bbbfb6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 8bbbfb6

Please sign in to comment.