From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: turn off permalink symbols in sphinx html docs Date: Sun, 13 Dec 2015 22:10:50 +0100 Message-ID: <3290986.iSzFHiFCkM@xps13> References: <1446396270-8505-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 83FEE58D4 for ; Sun, 13 Dec 2015 22:12:06 +0100 (CET) Received: by wmnn186 with SMTP id n186so96823027wmn.0 for ; Sun, 13 Dec 2015 13:12:06 -0800 (PST) In-Reply-To: <1446396270-8505-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" 2015-11-01 16:44, John McNamara: > Turn off the permalink symbol in the Sphinx generated html docs. > This is a distracting mouseover when reading the docs and links > to sections can still be obtained from the doc index. > > Signed-off-by: John McNamara Applied, thanks