Skip to content

Conversation

nicoddemus
Copy link
Member

Both references were referencing links from Python because of our intersphinx
mapping in conf.py:

intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}

Because Python's docs explicitly define both references, Sphinx fallbacks to
them instead of generating implicit references as was expected.

Found the two references in this PR by commenting the line above in conf.py.

Fix #6397

Both references were referencing links from Python because of our intersphinx
mapping in `conf.py`:

    intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}

Because Python's docs explicitly define both references, Sphinx fallbacks to
them instead of generating implicit references as was expected.

Fix pytest-dev#6397
@nicoddemus
Copy link
Member Author

nicoddemus commented Jan 9, 2020

Weird, Azure seems to be acting up #6426

@nicoddemus nicoddemus merged commit 24f8002 into pytest-dev:master Jan 9, 2020
@nicoddemus nicoddemus deleted the changelog-link branch January 9, 2020 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect changelog link from docs homepage

2 participants