Adding sphinxcontrib-svg2pdfconverter

This patch adds sphinxcontrib-svg2pdfconverter which converts
SVG images to PDF in case the builder does not support
SVG images natively (e.g: LaTeX).

1. Is the library actively maintained?

   Yes
2. Is the library good code?

   In my professional opinion, the most bestest code.
3. Is the library python 3 compatible?

   Yes
4. Is the library license compatible?

   Yes
5. Is the library already packaged in the distros we
   target (Ubuntu latest / Fedora latest)?

   Yes
6. Is the function of this library already covered by other
   libraries in global-requirements.txt?

   No
7. Is the library required for OpenStack project or related dev
   or infrastructure setup?

   This proposal is relative to the enable PDF builds
   community goal for train.
8. If the library release is managed by the Openstack release
   process does it use the cycle-with-intermediary release type?

   No idea.
9. Do I need to update anything else?

   Not that I'm aware of.

Change-Id: I1f785378eb55ec872aebe9cd46a80c7346ed5e4b
This commit is contained in:
Alexandra Settle 2019-08-20 09:42:42 +01:00 committed by Andreas Jaeger
parent 778fae625f
commit a80afebb4b
2 changed files with 2 additions and 0 deletions

View File

@ -473,6 +473,7 @@ sphinx-feature-classification # Apache-2.0
sphinxmark # Apache-2.0
sphinxcontrib.datatemplates # BSD License
sphinxcontrib-programoutput # BSD license
sphinxcontrib-svg2pdfconverter # BSD License
stestr!=2.3.0 # Apache-2.0
sushy # Apache-2.0
testrepository # Apache-2.0/BSD

View File

@ -689,3 +689,4 @@ scikit-learn===0.21.3;python_version=='3.4'
scikit-learn===0.21.3;python_version=='3.5'
scikit-learn===0.21.3;python_version=='3.6'
scikit-learn===0.21.3;python_version=='3.7'
sphinxcontrib-svg2pdfconverter===0.1.0