From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id E60D09A9E for ; Mon, 18 May 2015 12:48:58 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 18 May 2015 03:48:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,453,1427785200"; d="scan'208";a="494997861" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by FMSMGA003.fm.intel.com with ESMTP; 18 May 2015 03:48:57 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.215]) by IRSMSX151.ger.corp.intel.com ([169.254.4.102]) with mapi id 14.03.0224.002; Mon, 18 May 2015 11:48:56 +0100 From: "Mcnamara, John" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH 0/2] doc: refactored fig and table nums into references Thread-Index: AQHQfpA8J0zr7EQ+/ESRicUEUY/zUJ1kIMIAgAFk/JCAFMx8AIAHX9uQ Date: Mon, 18 May 2015 10:48:55 +0000 Message-ID: References: <1429881109-16684-1-git-send-email-john.mcnamara@intel.com> <4018323.hxXVqqSkHq@xps13> <2042378.YRHo6U96YW@xps13> In-Reply-To: <2042378.YRHo6U96YW@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH 0/2] doc: refactored fig and table nums into references 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: Mon, 18 May 2015 10:48:59 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Wednesday, May 13, 2015 8:08 PM > To: Mcnamara, John > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 0/2] doc: refactored fig and table nums > into references >=20 >=20 > Unfortunately it gives this error: > _pickle.PicklingError: Can't pickle : attribute > lookup XNumRefNode on builtins failed >=20 Hi Thomas, I ran into similar pickle.py issues trying to subclass the node.reference c= lasses within sphinx. I was able to workaround it without a subclass. I'll submit a rebased V2 of= the Figure/Table numbering patchset with updates to conf.py. You can revie= w the workaround there. John. --=20