From 18fe2976c72ae2fcbb3ab6a55cd999ac979a35f6 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Fri, 14 Feb 2025 14:54:10 -0500 Subject: [PATCH] build: We don't need to override this setting. The format of the `source_suffix` setting has change but the default is fine for us so we don't need to override this. --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index ec416f1c19..dfee5aec0a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -112,7 +112,6 @@ templates_path = ['_templates'] # You can specify multiple suffix as a list of string: # # source_suffix = ['.rst', '.md'] -source_suffix = '.rst' # The master toctree document. master_doc = 'index'