Skip to content

Commit

Permalink
docs: Add 404 page with sphinx-notfound-page (#2039)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Nov 10, 2023
1 parent 62a2eaf commit 466d60a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"myst_parser",
"sphinx_reredirects",
"sphinx_inline_tabs",
"notfound.extension",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
22 changes: 20 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ furo = {version = ">=2022.12.7", optional = true}
sphinx-copybutton = {version = ">=0.3.1", optional = true}
myst-parser = {version = ">=1", optional = true}
sphinx-autobuild = {version = ">=2021.3.14", optional = true}
sphinx-reredirects = {version = ">=0.1.1", optional = true}
sphinx-inline-tabs = {version = ">=2023.4.21", optional = true, markers = "python_version >= \"3.8\""}
sphinx-notfound-page = {version = "^1.0.0", optional = true, python = ">=3.8"}
sphinx-reredirects = {version = ">=0.1.1", optional = true}

# File storage dependencies installed as optional 'filesystem' extras
fs-s3fs = {version = ">=1.1.1", optional = true}
Expand All @@ -88,8 +89,9 @@ docs = [
"sphinx-copybutton",
"myst-parser",
"sphinx-autobuild",
"sphinx-reredirects",
"sphinx-inline-tabs",
"sphinx-notfound-page",
"sphinx-reredirects",
]
s3 = ["fs-s3fs"]
testing = [
Expand Down

0 comments on commit 466d60a

Please sign in to comment.