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'}