From e3021364b1bfe8da490766dc431d1b294c66706f Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Thu, 5 Sep 2024 20:35:28 -0700 Subject: [PATCH] src/sage_docbuild/conf.py: Remove outdated setting of sphinx_source_suffix --- src/sage_docbuild/conf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/sage_docbuild/conf.py b/src/sage_docbuild/conf.py index 0f0333338e3..be1b479fb66 100644 --- a/src/sage_docbuild/conf.py +++ b/src/sage_docbuild/conf.py @@ -187,9 +187,6 @@ def sphinx_plot(graphics, **kwds): # Add any paths that contain templates here, relative to this directory. templates_path = [os.path.join(SAGE_DOC_SRC, 'common', 'templates'), 'templates'] -# The suffix of source filenames. -source_suffix = '.rst' - # The master toctree document. master_doc = 'index'