1
0
Fork 0
forked from github/pelican

Remove errant backtick

This commit is contained in:
Justin Mayer 2014-05-02 07:34:27 -07:00
commit f2549650e6

View file

@ -112,7 +112,7 @@ Setting name (followed by default value, if any)
``PAGE_DIR = 'pages'`` Directory to look at for pages, relative to `PATH`.
``PAGE_EXCLUDES = ()`` A list of directories to exclude when looking for pages.
``ARTICLE_DIR = ''`` Directory to look at for articles, relative to `PATH`.
``ARTICLE_EXCLUDES` = ('pages',)`` A list of directories to exclude when looking for articles.
``ARTICLE_EXCLUDES = ('pages',)`` A list of directories to exclude when looking for articles.
``OUTPUT_SOURCES = False`` Set to True if you want to copy the articles and pages in their
original format (e.g. Markdown or reStructuredText) to the
specified ``OUTPUT_PATH``.