fedora-python / pyp2rpm

Tool to convert a package from PyPI to RPM SPECFILE or to generate SRPM.
MIT License
127 stars 39 forks source link

Sphinx docs #31

Closed rkuska closed 8 years ago

rkuska commented 8 years ago

When package contains sphinx documentation pyp2rpm adds both python-sphinx and python3-sphinx to BR but uses only sphinx-build (python2) to build the documentation.

I think it should BR and use version of sphinx based on base python version defined (default 3).