Skip to content

Commit

Permalink
build: Add sphinx-notfound-page extension
Browse files Browse the repository at this point in the history
  • Loading branch information
sarina committed Mar 3, 2025
1 parent 1c9a350 commit 8caa552
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ sphinxcontrib-images
sphinxcontrib-contentui
sphinxext-rediraffe
sphinx-tags
sphinx-notfound-page
3 changes: 3 additions & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ sphinx==7.4.7
# sphinx-book-theme
# sphinx-copybutton
# sphinx-design
# sphinx-notfound-page
# sphinx-tags
# sphinxcontrib-contentui
# sphinxcontrib-images
Expand All @@ -89,6 +90,8 @@ sphinx-copybutton==0.5.2
# via -r requirements/base.in
sphinx-design==0.6.1
# via -r requirements/base.in
sphinx-notfound-page==1.1.0
# via -r requirements/base.in
sphinx-tags==0.4
# via -r requirements/base.in
sphinxcontrib-applehelp==2.0.0
Expand Down
1 change: 1 addition & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"sphinxcontrib.mermaid",
"sphinx.ext.intersphinx",
"sphinxext.rediraffe",
"notfound.extension",
"sphinx_tags"
]

Expand Down

0 comments on commit 8caa552

Please sign in to comment.