Changes of Revision 11
[-] | Changed | python-sphinx.spec |
1
2 BuildRequires: python-devel 3 Requires: python 4 Requires: python-distribute python-docutils python-jinja2 python-pygments 5 +Provides: python-Sphinx = %{version}-%{release} 6 7 %description 8 Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects. 9 |