From 2ff3b51e036f4ae205ddaba821880f1f6f422e00 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Wed, 22 Dec 2021 14:08:11 -0800 Subject: [PATCH] test-documentation: Suppress Unicode Private Use Area validator warning. sphinx_rtd_theme references the Font Awesome fa-link icon directly with U+F0C1. Signed-off-by: Anders Kaseorg --- tools/documentation.vnufilter | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/documentation.vnufilter b/tools/documentation.vnufilter index 3652a8eb31..ebc2b2e6d3 100644 --- a/tools/documentation.vnufilter +++ b/tools/documentation.vnufilter @@ -1,4 +1,5 @@ # Warnings that are probably less important. Consider using the “h1” element as a top-level heading only \(all “h1” elements are treated as top-level headings by many screen readers and other tools\)\. +Document uses the Unicode Private Use Area\(s\), which should not be used in publicly exchanged documents\. \(Charmod C073\) Section lacks heading\. Consider using “h2”-“h6” elements to add identifying headings to all sections\.