-
Notifications
You must be signed in to change notification settings - Fork 950
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
Intersphinx warning: multiple definitions for std:label:examples/Widget Layout.ipynb#display #3930
Comments
To reproduce quickly:
|
Hitting this as well: https://gitlab.arm.com/tooling/lisa/-/jobs/71175/raw:
with latest sphinx on python 3.9 |
See here for a quick fix: sphinx-doc/sphinx#12585 (comment) E.g. see our fix here: https://github.com/cta-observatory/ctapipe/blob/fix_intersphinx_warning/docs/conf.py#L417-L419 |
That's what I did, but it has the unfortunate side effect that sphinx will now never complain about any broken intersphinx cross reference, even for the packages that have a working inventory. I'm relying on that in the CI to ensure we don't make typos and accidentally break links |
Description
The intersphinx inventory contains duplicated definitions
Reproduce
Include
ipywidgets
in the intersphinx config, build documentation.The build warns about duplicated definitions:
Expected behavior
No duplicated object definitions, no warnings
The text was updated successfully, but these errors were encountered: