Revert "doc/user: add a custom 404 page"

Nope, doesn't work, our server doesn't support htaccess.

This reverts commit 548e0eb98b.
This commit is contained in:
Peter Hutterer 2018-08-03 10:13:09 +10:00
parent a508097e98
commit bf47589883
3 changed files with 0 additions and 15 deletions

View file

@ -1 +0,0 @@
ErrorDocument 404 /404.html

View file

@ -1,12 +0,0 @@
<html>
<head><title>Page not found</title></head>
<body>
<p>
Oops, this page doesn't exist. Maybe it was moved in the recent
documentation cleanup.
</p>
<p>
<a href="http://wayland.freedesktop.org/libinput/doc/latest/">http://wayland.freedesktop.org/libinput/doc/latest/</a>
</p>
</body>
</html>

View file

@ -21,8 +21,6 @@ sphinx_conf_py = configure_file(input : 'conf.py.in',
install : false)
src_extra = [
'.htaccess',
'404.html',
# dot drawings
'dot/seats-sketch.gv',
'dot/seats-sketch-libinput.gv',