mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-01 14:27:57 +02:00
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:
parent
a508097e98
commit
bf47589883
3 changed files with 0 additions and 15 deletions
|
|
@ -1 +0,0 @@
|
|||
ErrorDocument 404 /404.html
|
||||
|
|
@ -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>
|
||||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue