Unable to connect to executablebooks.org when reading the `intersphinx_mapping` from the config.yml file
See original GitHub issueDescribe the bug
Unable to connect to executablebooks.org when reading the intersphinx_mapping
from the config.yml file.
[91mWARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory 'https://executablebooks.org/en/latest/objects.inv' not fetchable due to <class 'requests.exceptions.ConnectionError'>: HTTPSConnectionPool(host='executablebooks.org', port=443): Max retries exceeded with url: /en/latest/objects.inv (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000026F6B075130>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))
A clear and concise description of what the bug is.
I also tried to comment this part from the config file but also did not work.
To Reproduce
Steps to reproduce the behavior:
- Go to your book local path
- ‘jupyter-book build mybook/’
- See error
Expected behavior
Succesful build of the jupyter book
A link to your documentation repository : https://github.com/leilaicruz/Experimental-journal-jupyterBOOK
Environment
- Python Version [e.g. 3.7.1]: 3.7.3
- Package versions or output of
jupyter-book --version
:
Jupyter Book: 0.10.0
MyST-NB: 0.11.1
Sphinx Book Theme: 0.0.39
MyST-Parser: 0.13.3
Jupyter-Cache: 0.4.1
NbClient: 0.5.1
- Operating System: Windows 10
Additional context
It started doing this from yesterday.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
sphinx.ext.intersphinx – Link to other projects' documentation
Projects using the Intersphinx extension can specify the location of such mapping files in the intersphinx_mapping config value. The mapping will then be ......
Read more >Sphinx Documentation - Read the Docs
Sphinx is a documentation generator or a tool that translates a set of plain text source files into various output formats,.
Read more >How to Link to Other Documentation Projects With Intersphinx
Another way of using Intersphinx with private projects is to download the inventory file and keep it in sync when the project changes....
Read more >Sphinx 4.4 release and other ecosystem news
In this post we talk about the latest release of Sphinx 4.4 and include other relevant news from the Sphinx ecosystem of extensions...
Read more >qrules Changelog - pyup.io
Topology) are now a [`Transition`](https://qrules--156.org.readthedocs.build/en/156/api/qrules. ... docs: remove tensorwaves from intersphinx mapping
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
good good 😄
yes! indeed maybe that was my issue , thanks!