From 39b1b4880065b6fb1f7561a75bdb16ca37c49603 Mon Sep 17 00:00:00 2001 From: rebortg Date: Sat, 18 Jul 2020 14:49:28 +0200 Subject: 404: catch page not found error --- docker/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docker/Dockerfile') diff --git a/docker/Dockerfile b/docker/Dockerfile index 5e3095d7..02b0fc26 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -32,6 +32,8 @@ RUN apt-get update && apt-get install -y \ RUN pip3 install Sphinx RUN pip3 install sphinx-rtd-theme RUN pip3 install sphinx-autobuild +RUN pip3 install sphinx-notfound-page + # Cleanup RUN rm -rf /var/lib/apt/lists/* -- cgit v1.2.3