guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/20: gnu: python-sphinxcontrib-svg2pdfconverter: Reflow description.


From: guix-commits
Subject: 11/20: gnu: python-sphinxcontrib-svg2pdfconverter: Reflow description.
Date: Mon, 23 Dec 2019 18:31:59 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit f80d3442375bd37e861bfafa24a08e36950aa2b7
Author: Brett Gilio <address@hidden>
Date:   Mon Dec 23 17:26:36 2019 -0600

    gnu: python-sphinxcontrib-svg2pdfconverter: Reflow description.
    
    * gnu/packages/sphinx.scm 
(python-sphinxcontrib-svg2pdfconverter)[description]:
      Reflow description to fit 80-char width.
---
 gnu/packages/sphinx.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 3296e67..5d1233d 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -352,9 +352,9 @@ documents.")
      `(("python-sphinx" ,python-sphinx)))
     (home-page 
"https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter";)
     (synopsis "Sphinx SVG to PDF converter extension")
-    (description "A Sphinx extension to convert SVG images to PDF in case the 
builder does not support
-SVG images natively (e.g. LaTeX).")
     (license license:bsd-3)))
+    (description "A Sphinx extension to convert SVG images to PDF in case the
+builder does not support SVG images natively (e.g. LaTeX).")
 
 (define-public python-sphinxcontrib-websupport
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]