From 14556700478b0afdb158d61dd35db26a77c2b83d Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:50:04 -0400 Subject: [PATCH] update source_suffix convention --- {{cookiecutter.project_slug}}/docs/conf.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/{{cookiecutter.project_slug}}/docs/conf.py b/{{cookiecutter.project_slug}}/docs/conf.py index 866f373ca..62919deaa 100755 --- a/{{cookiecutter.project_slug}}/docs/conf.py +++ b/{{cookiecutter.project_slug}}/docs/conf.py @@ -63,10 +63,8 @@ templates_path = ['_templates'] # The suffix(es) of source filenames. -# You can specify multiple suffix as a list of string: -# -# source_suffix = ['.rst', '.md'] -source_suffix = ['.rst'] +# You can specify multiple suffix as a dictionary of suffix: filetype +source_suffix = {'.rst': 'restructuredtext'} # The master toctree document. master_doc = 'index'