Skip to content
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 mapping https://docs.pytest.org/en/6.2.0/objects.inv moved? #8212

Closed
robsan00 opened this issue Dec 31, 2020 · 1 comment
Closed

Comments

@robsan00
Copy link

In our repository, we have pytest pinned to version 6.2.0 and have therefore pinned the intersphinx mapping to "https://docs.pytest.org/en/6.2.0/objects.inv". Since yesterday, this link seems to be broken. "latest" and "stable" still seem to work, but the version specific one does not (not only 6.2.0, 6.2.1 does neither).

(...)$ wget https://docs.pytest.org/en/6.2.0/objects.inv
--2020-12-31 13:40:09--  https://docs.pytest.org/en/6.2.0/objects.inv
Resolving docs.pytest.org (docs.pytest.org)... 104.17.33.82, 104.17.32.82, 2606:4700::6811:2152, ...
Connecting to docs.pytest.org (docs.pytest.org)|104.17.33.82|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-12-31 13:40:09 ERROR 404: Not Found.

(...)$ wget https://docs.pytest.org/en/6.2.1/objects.inv
--2020-12-31 13:40:16--  https://docs.pytest.org/en/6.2.1/objects.inv
Resolving docs.pytest.org (docs.pytest.org)... 104.17.33.82, 104.17.32.82, 2606:4700::6811:2152, ...
Connecting to docs.pytest.org (docs.pytest.org)|104.17.33.82|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-12-31 13:40:16 ERROR 404: Not Found.

(...)$ wget https://docs.pytest.org/en/stable/objects.inv
--2020-12-31 13:40:19--  https://docs.pytest.org/en/stable/objects.inv
Resolving docs.pytest.org (docs.pytest.org)... 104.17.33.82, 104.17.32.82, 2606:4700::6811:2152, ...
Connecting to docs.pytest.org (docs.pytest.org)|104.17.33.82|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 11753 (11K) [application/octet-stream]
Saving to: ‘objects.inv’

objects.inv         100%[===================>]  11.48K  --.-KB/s    in 0s

2020-12-31 13:40:19 (39.0 MB/s) - ‘objects.inv’ saved [11753/11753]
@nicoddemus
Copy link
Member

Hi @robsan00,

Thanks for writing up.

Yes this is intentional, we are keeping only latest, stable, and 4.6.x versions online now, please see this thread: #8098.

Closing for now, but feel free to follow up with further questions. 👍

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

No branches or pull requests

2 participants