-
Notifications
You must be signed in to change notification settings - Fork 5
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 error on queue.Queue #13
Comments
Aha. It was jaraco/skeleton#36. @webknjaz Can you propose the fix? |
I have a static site showing all the linkable objects from select sites. I checked the CPython upstream docs https://webknjaz.github.io/intersphinx-untangled/docs.python.org/ for :py:class:`queue.Queue` This meant that it's linkable via intersphinx. Intersphinx extends the number of objects that Sphinx can reach. But I then noticed that |
Fixed in jaraco/skeleton#51 and 8ea55f2. |
Attempting to build the docs now, they fail with:
This sounds familiar. I think something in late versions of Sphinx added links to the superclasses, creating an implicit dependency on the Python docs.
The text was updated successfully, but these errors were encountered: