From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 08/12] gnu: Add python-oslosphinx. Date: Fri, 16 Oct 2015 14:38:57 +0200 Message-ID: <87h9lrng2m.fsf@gnu.org> References: <1444686068-7668-1-git-send-email-tipecaml@gmail.com> <1444686068-7668-9-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn4Hn-0004V2-SV for guix-devel@gnu.org; Fri, 16 Oct 2015 08:39:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zn4Hk-0005MD-Mp for guix-devel@gnu.org; Fri, 16 Oct 2015 08:39:03 -0400 In-Reply-To: <1444686068-7668-9-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Mon, 12 Oct 2015 23:41:04 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Cyril Roelandt Cc: guix-devel@gnu.org Cyril Roelandt skribis: > * gnu/packages/openstack.scm (python-oslosphinx, > python2-oslosphinx): New variables. [...] > + (synopsis "OpenStack Sphinx Extensions and Theme") Lowercase. > + (description > + "Theme and extension support for Sphinx documentation from the Ope= nStack > + project.") Rather =E2=80=9CThis package provides themes and extensions for Sphinx documentation=E2=80=A6=E2=80=9D Otherwise LGTM. Ludo=E2=80=99.