gnu: python-sphinxcontrib-svg2pdfconverter: Reflow description.

* gnu/packages/sphinx.scm (python-sphinxcontrib-svg2pdfconverter)[description]:
  Reflow description to fit 80-char width.
This commit is contained in:
Brett Gilio 2019-12-23 17:26:36 -06:00
parent 2564081cd1
commit f80d344237
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -352,9 +352,9 @@ (define-public python-sphinxcontrib-svg2pdfconverter
`(("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