diff --git a/docs/settings.rst b/docs/settings.rst index b418dfff..b278b17d 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -52,7 +52,7 @@ Setting name (default value) What doe the datetime.datetime constructor. `DELETE_OUTPUT_DIRECTORY` (``False``) Delete the content of the output directory before generating new files. -`FILES_TO_COPY` (``()``) A list of files (or directories to copy from the source (inside the +`FILES_TO_COPY` (``()``) A list of files (or directories) to copy from the source (inside the content directory) to the destination (inside the output directory). For example: ``(('extra/robots.txt', 'robots.txt'),)``. `JINJA_EXTENSIONS` (``[]``) A list of any Jinja2 extensions you want to use.