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"), )