From 6c0898b6dd7f9e6d9d32fc3ae851d2ef2a26c585 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Thu, 4 May 2023 16:24:20 +0200 Subject: [PATCH] Toestaan van pagina's in RST-formaat --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index 4948465..6f76537 100644 --- a/conf.py +++ b/conf.py @@ -183,6 +183,7 @@ PAGES = ( ("pages/*.rst", "", "page.tmpl"), ("pages/*.md", "", "page.tmpl"), ("content/*.md", "", "page.tmpl"), + ("content/*.rst", "", "page.tmpl"), ("pages/*.txt", "", "page.tmpl"), ("pages/*.html", "", "page.tmpl"), )