From 410bb6a84e0660d13ebeb9ff2e1461caa33b2aef Mon Sep 17 00:00:00 2001 From: Michael Lynch Date: Sun, 13 Jun 2021 10:57:58 -0400 Subject: [PATCH] Fix trailing newlines in configuration.rst --- docs/configuration.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 6622735c2..62880208f 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -621,14 +621,14 @@ PAPERLESS_IGNORE_DATES= Example: "2020-12-02,22.04.1999" Defaults to an empty string to not ignore any dates. - + PAPERLESS_DATE_ORDER= Paperless will try to determine the document creation date from its contents. Specify the date format Paperless should expect to see within your documents. - - This option defaults to DMY which translates to day first, month second, and year + + This option defaults to DMY which translates to day first, month second, and year last order. Characters D, M, or Y can be shuffled to meet the required order. - + Binaries