Bug 2329837
| Summary: | ipython fails to build with sphinx 8.x: ERROR: Invalid inventory location value `''` in intersphinx_mapping['python'][1]. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tomáš Hrnčiar <thrnciar> | ||||
| Component: | ipython | Assignee: | Lumír Balhar <lbalhar> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | epel-packagers-sig, lbalhar, mhroncok, michel, mrunge, orion, python-packagers-sig | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2024-12-03 06:27:37 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 2275375 | ||||||
| Attachments: |
|
||||||
|
Description
Tomáš Hrnčiar
2024-12-02 10:12:23 UTC
Created attachment 2060789 [details]
This patch should fix the problem.
The patch makes Sphinx to search for the file named 'null' so it does not fail but complains about missing file: loading intersphinx inventory 'jupyterclient' from null ... WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'null' not fetchable due to <class 'FileNotFoundError'>: [Errno 2] No such file or directory: '/builddir/build/BUILD/ipython-8.30.0-build/ipython-8.30.0/docs/source/null' |