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

Jerry James <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #9 from Jerry James <[email protected]> ---
(In reply to Cristian Le from comment #8)
> Only generate and package html docs right? Btw, what about if the
> documentation has `inter-sphinx`, will it be able to link to the local
> documentation of the other documentation package?

It isn't automatic.  Several python packages I maintain have something like
this in %prep:

# Use local objects.inv for intersphinx
sed -e "s|\('https://docs\.python\.org/3/':
\)None|\1'%{_docdir}/python3-docs/html/objects.inv'|" \
    -e "s|\('https://persistent\.readthedocs\.io/en/latest/':
\)None|\1'%{_docdir}/python3-persistent-doc/objects.inv'|" \
    -e 's|\("https://zopeinterface\.readthedocs\.io/en/latest/":
\)None|\1"%{_docdir}/python-zope-interface/html/objects.inv"|' \
    -i docs/conf.py

You have to add the relevant documentation packages to BuildRequires, of
course.


-- 
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=2233084

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202233084%23c9
_______________________________________________
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