From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] doc: change sphinx theme to the read the docs theme Date: Mon, 26 Oct 2015 15:33:31 +0100 Message-ID: <2449554.9X2Y58lndV@xps13> References: <1445340689-32625-1-git-send-email-john.mcnamara@intel.com> <1445420342-25227-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-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id EA3778D99 for ; Mon, 26 Oct 2015 15:34:39 +0100 (CET) Received: by wicfv8 with SMTP id fv8so119095689wic.0 for ; Mon, 26 Oct 2015 07:34:39 -0700 (PDT) In-Reply-To: <1445420342-25227-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-10-21 10:39, John McNamara: > Change the Sphinx default theme from "alabaster" to the ReadTheDocs > theme. See for example: > > http://dpdk.readthedocs.org/en/latest/ > > This looks better for technical documentation and in particular > it has a 80 char wide verbatim block rendering. Yes it is a clean theme. It would be nice to add the DPDK logo somewhere. > Also turn off option for distracting Html mouseover permalinks. [...] > +html_add_permalinks = "" I think the permalinks are very useful to point a specific doc chapter to someone else.