https://bugzilla.redhat.com/show_bug.cgi?id=2126738



--- Comment #3 from Sandro <[email protected]> ---
(In reply to kkula from comment #2)
> I fixed all rpmlint issues, but there is a problem with creating
> documentation as subpackage. 
> *Configuration error: config directory doesn't contain a conf.py file*
> The conf.py file is not provided by project maintainer in tarball, only the
> summary: https://github.com/thombashi/typepy/blob/v1.2.0/setup.py#L34-L35.

I'm not quite sure I follow. I see a conf.py in docs/ on GitHub.

Since the documentation is provided by Sphinx, it should just be:

%build
...
pushd docs
make foo
make bar
popd

I just recently did that for a package now in review. Take a look at
https://download.copr.fedorainfracloud.org/results/gui1ty/neuro-sig/fedora-rawhide-x86_64/04874238-python-mizani/python-mizani.spec
for some inspiration, maybe.

With all the minor rpmlint issues fixed, docs is the only item still open. I'll
try a build from source myself, if I get the time. Maybe there's something I
missed in your explanation. Maybe now, since Koji is down. ;-)


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2126738
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to