From 282cba3f8e6c76923f6662fd4f9a6ee28b9956d5 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sat, 2 May 2020 19:21:44 +0900 Subject: [PATCH] =?UTF-8?q?-=20=E2=80=98patch/pelican=5Freaders.patch?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- patch/pelican_readers.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 patch/pelican_readers.patch diff --git a/patch/pelican_readers.patch b/patch/pelican_readers.patch deleted file mode 100644 index 86eb9ee..0000000 --- a/patch/pelican_readers.patch +++ /dev/null @@ -1,17 +0,0 @@ -230c230 -< def _parse_metadata(self, document, source_path): ---- -> def _parse_metadata(self, document, source_path, nowarning_about_missing_title): -236,240c236,241 -< if document.first_child_matching_class(docutils.nodes.title) is None: -< logger.warning( -< 'Document title missing in file %s: ' -< 'Ensure exactly one top level section', -< source_path) ---- -> if nowarning_about_missing_title is False: -> if document.first_child_matching_class(docutils.nodes.title) is None: -> logger.warning( -> 'Document title missing in file %s: ' -> 'Ensure exactly one top level section', -> source_path)