From 8499414d66873750a28437bd9fd270b0a52ccec2 Mon Sep 17 00:00:00 2001 From: Jules Lasne Date: Mon, 10 Jun 2024 20:11:30 +0200 Subject: [PATCH] Docs: Disabled the notfound extension due to a bug with the Flask theme --- docs/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 7f8666f..80090d5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,8 @@ "sphinx.ext.autosummary", "sphinx.ext.intersphinx", "sphinx.ext.viewcode", - "notfound.extension", + # notfound causes a bug with the flask theme, see https://github.com/readthedocs/sphinx-notfound-page/issues/148 + # "notfound.extension", "pallets_sphinx_themes", ]