From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1] doc: fix sphinx highlighting warnings Date: Fri, 22 Jul 2016 19:49:23 +0200 Message-ID: <1652807.KzqYv8MuiZ@xps13> References: <1468761114-1242-1-git-send-email-john.mcnamara@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: John McNamara Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 305445596 for ; Fri, 22 Jul 2016 19:49:26 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id q128so65698218wma.1 for ; Fri, 22 Jul 2016 10:49:26 -0700 (PDT) In-Reply-To: <1468761114-1242-1-git-send-email-john.mcnamara@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-07-17 14:11, John McNamara: > Fix warnings raised by Python Sphinx 1.4.5: > > guides/sample_app_ug/ip_pipeline.rst:334: > WARNING: Could not lex literal_block as "ini". Highlighting skipped. > > guides/sample_app_ug/l2_forward_real_virtual.rst:467: > WARNING: Could not lex literal_block as "c". Highlighting skipped. > > guides/sample_app_ug/l3_forward.rst:293: > WARNING: Could not lex literal_block as "c". Highlighting skipped. > > guides/sample_app_ug/vm_power_management.rst:162: > WARNING: Could not lex literal_block as "xml". Highlighting skipped. > > These warnings arise from invalid syntax in code-block directives. > > Fixes: f1e779ec5b50 ("doc: update ip pipeline app guide") > Fixes: d0dff9ba445e ("doc: sample application user guide") > Fixes: c75f4e6a7a2b ("doc: add vm power mgmt app") > > Signed-off-by: John McNamara Applied, thanks