From fc2843306f803d1aabf449b60e9840053f4fb06f Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Fri, 22 Jul 2011 02:11:18 +0200 Subject: [PATCH] Add a settings.py sample into the documentation. Fixes #118 --- docs/settings.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/settings.rst b/docs/settings.rst index 482a5350..7eb1b12a 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -287,3 +287,9 @@ Setting name (default value) what does it do? ================================================ ===================================================== .. _pelican-themes: :doc:`pelican-themes` + +Example settings +================ + +.. literalinclude:: ../samples/pelican.conf.py + :language: python