From fa544113511759a1b37ce379a5c622d389bf6b09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Dlouh=C3=BD?= Date: Tue, 13 Aug 2024 10:48:48 +0200 Subject: [PATCH] fix docs conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index b0d6823..b823e26 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -32,7 +32,7 @@ templates_path = ["_templates"] # The suffix of source filenames. -source_suffix = ".txt" +source_suffix = ".rst" # The encoding of source files. # source_encoding = 'utf-8-sig'