From 2de0e74fc03d30eb0af9ef50ef82c7ada6cb0845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Tue, 30 Jul 2024 14:02:17 +0200 Subject: [PATCH] chore: update Sphinx conf --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 20ae634..f9d35d2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -12,7 +12,7 @@ extensions = ["sphinx.ext.intersphinx"] templates_path = ["_templates"] -source_suffix = ".rst" +source_suffix = {".rst": "restructuredtext"} master_doc = "index" # General information about the project.