diff options
author | Brett Gilio <brettg@gnu.org> | 2019-12-23 17:26:36 -0600 |
---|---|---|
committer | Brett Gilio <brettg@gnu.org> | 2019-12-23 17:26:36 -0600 |
commit | f80d3442375bd37e861bfafa24a08e36950aa2b7 (patch) | |
tree | 305ba7b2d2038152858b9de16e792208331366d2 /gnu/packages/sphinx.scm | |
parent | 2564081cd19744fcdbc0c585a901ba61256e5776 (diff) | |
download | patches-f80d3442375bd37e861bfafa24a08e36950aa2b7.tar patches-f80d3442375bd37e861bfafa24a08e36950aa2b7.tar.gz |
gnu: python-sphinxcontrib-svg2pdfconverter: Reflow description.
* gnu/packages/sphinx.scm (python-sphinxcontrib-svg2pdfconverter)[description]:
Reflow description to fit 80-char width.
Diffstat (limited to 'gnu/packages/sphinx.scm')
-rw-r--r-- | gnu/packages/sphinx.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 3296e67c69..5d1233d3b7 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 |