Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sphinx build failing regularly #26650

Closed
oscarbenjamin opened this issue May 31, 2024 · 1 comment
Closed

Sphinx build failing regularly #26650

oscarbenjamin opened this issue May 31, 2024 · 1 comment

Comments

@oscarbenjamin
Copy link
Collaborator

The Sphinx build in CI often fails with:

build finished with problems, 2 warnings.
make[1]: *** [Makefile:69: _html] Error 1
The docs build failed with the following errors:
WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory 'https://mpmath.org/doc/current/objects.inv' not fetchable due to <class 'requests.exceptions.ConnectionError'>: HTTPSConnectionPool(host='mpmath.org', port=443): Max retries exceeded with url: /doc/current/objects.inv (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f2d02f7b1a0>: Failed to resolve 'mpmath.org' ([Errno -3] Temporary failure in name resolution)"))
/home/runner/work/sympy/sympy/doc/src/guides/solving/solve-numerically.md:31: WARNING: external py:func reference target not found: mpmath.findroot
make[1]: *** [Makefile:77: printwarnings] Error 1
make: *** [Makefile:58: html] Error 2
Error: Process completed with exit code 2.

It sometimes succeeds so I am not sure what causes the problem. Maybe it is something to do with the mpmath.org server.

@oscarbenjamin
Copy link
Collaborator Author

This seems to have resolved itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant