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.
This commit is contained in:
Feanil Patel
2025-02-14 14:54:10 -05:00
parent 9589c43a49
commit 18fe2976c7

View File

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