Closed leelavg closed 1 year ago
symlink the README.rst to doc/index.rst will cause issue with downstream Fedora release with:
%doc README.md
so better reverse and symlinking doc/index.rst to README.rst
Ya, current PR does the same, source is doc/index.rst and link is README.rst
Ya, current PR does the same, source is doc/index.rst and link is README.rst
When packaging in rpm, the doc/
dir is not included, so current source with doc/index.rst
will not work with packaging. So better with source is README.rst while in doc/index.rst use ../README.rst
using a single file for readme and doc index
fixes: #52