From ef92b0563e388e9236e70704aba9f1d57c4cca79 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Fri, 18 Aug 2023 08:46:11 +0100 Subject: [PATCH] Temporarily igore sphinx-notfound-page --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index bd4ffdbadb..29f2c8bb10 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -232,7 +232,7 @@ html_static_path = ['images'] # should contain the folder with icons # Add support for nice Not Found 404 pages -extensions += ['notfound.extension'] +# extensions += ['notfound.extension'] # readthedocs/sphinx-notfound-page#219 # List of dicts with HTML attributes # static-file points to files in the html_static_path (href is computed)