From d8050d133ec9ffb056c322a0f68e7a14920b86ba Mon Sep 17 00:00:00 2001 From: Marcel Zwiers Date: Tue, 3 Oct 2023 18:09:49 +0200 Subject: [PATCH] RTD build error test --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 612fc4c2..d66455d3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,7 +33,6 @@ # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -nitpicky = True extensions = ['myst_parser'] source_suffix = {'.rst': 'restructuredtext', '.md': 'markdown'}