forked from github/pelican
Remove errant backtick
This commit is contained in:
parent
f00fc944fb
commit
f2549650e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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``.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue