summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Miller <psychonaut@nothingisreal.com>2021-07-07 08:48:10 +0200
committerGitHub <noreply@github.com>2021-07-07 08:48:10 +0200
commit82098a634f24c0a73192e1c82fe8f3c54f36f472 (patch)
treedcdd02fd731c90e5b15c68098730057c1ec81966
parentee8fb6998cd4b1312814dce4b7c2cbac175838a8 (diff)
downloadpelican-82098a634f24c0a73192e1c82fe8f3c54f36f472.tar.gz
Fix formatting of Jinja example code. Fixes #2884 (#2886)
-rw-r--r--docs/settings.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/settings.rst b/docs/settings.rst
index e685d55d..47852527 100644
--- a/docs/settings.rst
+++ b/docs/settings.rst
@@ -104,6 +104,7 @@ Basic settings
should map the filtername to the filter function.
Example::
+
import sys
sys.path.append('to/your/path')