diff options
| author | Justin Mayer <entroP@gmail.com> | 2022-08-04 15:03:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-04 15:03:20 +0200 |
| commit | 083fb357bd2c8cd00c773e11e71024bffeeeee5b (patch) | |
| tree | acefcf6b8831386b80269050b2fe3e5fa46e0b9a | |
| parent | 23f3804c9646f2409ed9a0095f838067f4ee0e98 (diff) | |
| parent | 39e5edde9c92b959387a4b6096331cf6eeb1d70e (diff) | |
| download | pelican-083fb357bd2c8cd00c773e11e71024bffeeeee5b.tar.gz | |
Merge pull request #3013 from Lx/mtime-docs
| -rw-r--r-- | docs/settings.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/settings.rst b/docs/settings.rst index 675e6b8f..e51c6a12 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -350,6 +350,11 @@ Basic settings Controls how files are checked for modifications. + - If set to ``'mtime'``, the modification time of the file is + checked. + - If set to a name of a function provided by the ``hashlib`` + module, e.g. ``'md5'``, the file hash is checked. + .. data:: LOAD_CONTENT_CACHE = False If ``True``, load unmodified content from caches. |
