Skip to content

Commit

Permalink
Merge pull request #22 from NLnetLabs/custom-404
Browse files Browse the repository at this point in the history
Use sphinx-notfound-page for project's custom 404 page
  • Loading branch information
gthess committed Oct 19, 2022
2 parents b72a0e0 + 2694ed4 commit 2855f5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sphinx==4.3.2
sphinx-version-warning==1.1.2
sphinx-tabs==3.2.0
sphinx-copybutton==0.4.0
sphinx-copybutton==0.4.0
sphinx-notfound-page
3 changes: 2 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
'sphinx_tabs.tabs',
'sphinx_copybutton',
'sphinx.ext.intersphinx',
'sphinx.ext.autosectionlabel'
'sphinx.ext.autosectionlabel',
'notfound.extension',
]

intersphinx_mapping = {
Expand Down

0 comments on commit 2855f5a

Please sign in to comment.