Skip to content

Commit

Permalink
Merge pull request #5252 from rtfd/404-title
Browse files Browse the repository at this point in the history
Give the 404 page a title.
  • Loading branch information
ericholscher authored Feb 7, 2019
2 parents 9ecd70c + 225aa99 commit cb1f941
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@
# sphinx-notfound-page
# https://github.com/rtfd/sphinx-notfound-page
notfound_context = {
'title': 'Page Not Found',
'body': '''
<h1>Page not found</h1>
<h1>Page Not Found</h1>
<p>Sorry, we couldn't find that page.</p>
Expand Down

0 comments on commit cb1f941

Please sign in to comment.