From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 7E7135961 for ; Fri, 23 Oct 2015 19:35:54 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 23 Oct 2015 10:35:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,187,1444719600"; d="scan'208";a="801317854" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by orsmga001.jf.intel.com with ESMTP; 23 Oct 2015 10:35:54 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.98]) by IRSMSX108.ger.corp.intel.com ([169.254.11.138]) with mapi id 14.03.0248.002; Fri, 23 Oct 2015 18:35:52 +0100 From: "Van Haaren, Harry" To: "Mcnamara, John" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2] doc: change sphinx theme to the read the docs theme Thread-Index: AQHRC+RiDBbWFI556Um2IhIjg75iNp55WlSw Date: Fri, 23 Oct 2015 17:35:51 +0000 Message-ID: References: <1445340689-32625-1-git-send-email-john.mcnamara@intel.com> <1445420342-25227-1-git-send-email-john.mcnamara@intel.com> In-Reply-To: <1445420342-25227-1-git-send-email-john.mcnamara@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-inteldataclassification: CTP_PUBLIC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsIiwiaWQiOiJhZWJmZmFhMy1jN2JiLTQ3YzUtOTJiYi0yN2RhYmUyZGFiZmQiLCJwcm9wcyI6W3sibiI6IkludGVsRGF0YUNsYXNzaWZpY2F0aW9uIiwidmFscyI6W3sidmFsdWUiOiJDVFBfUFVCTElDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjQuMTAuMTkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZHQweGd0Q1BvblBWWG5NbmhOYjllbklIZjFKV1NrQVIxS2ZOZkhYcnZHMD0ifQ== x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] doc: change sphinx theme to the read the docs theme X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2015 17:35:54 -0000 > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of John McNamara > Sent: Wednesday, October 21, 2015 10:39 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2] doc: change sphinx theme to the read the d= ocs theme >=20 > Change the Sphinx default theme from "alabaster" to the ReadTheDocs > theme. See for example: >=20 > http://dpdk.readthedocs.org/en/latest/ >=20 > This looks better for technical documentation and in particular > it has a 80 char wide verbatim block rendering. >=20 > Also turn off option for distracting Html mouseover permalinks. >=20 > Signed-off-by: John McNamara Acked-by: Harry van Haaren