question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to connect to executablebooks.org when reading the `intersphinx_mapping` from the config.yml file

See original GitHub issue

Describe the bug Unable to connect to executablebooks.org when reading the intersphinx_mapping from the config.yml file.

WARNING: 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:

  1. Go to your book local path
  2. ‘jupyter-book build mybook/’
  3. 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:closed
  • Created 3 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
chrisjsewellcommented, Feb 14, 2021

good good 😄

0reactions
leilaicruzcommented, Feb 14, 2021

yes! indeed maybe that was my issue , thanks!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found