-
-
Notifications
You must be signed in to change notification settings - Fork 3k
mypy ReadTheDocs build is failing #11412
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
Labels
bug
mypy got something wrong
Comments
MyPy could add a |
Merged
Thanks astrojuanlu and sobolevn!!! |
Closed
hauntsaninja
pushed a commit
to hauntsaninja/mypy
that referenced
this issue
Nov 1, 2021
This was added in python#11419 to fix python#11412 However, the presence of this file also configured mypyc's RTD. See python#901 I recently acquired access to mypy's RTD, so I think I can fix without this configuration file.
hauntsaninja
added a commit
that referenced
this issue
Nov 1, 2021
hauntsaninja
pushed a commit
to hauntsaninja/mypy
that referenced
this issue
Nov 16, 2021
Some context in python#11412
ilevkivskyi
pushed a commit
that referenced
this issue
Nov 17, 2021
Some context in #11412 / change as mentioned in #11158 (comment) Co-authored-by: hauntsaninja <>
tushar-deepsource
pushed a commit
to DeepSourceCorp/mypy
that referenced
this issue
Jan 20, 2022
tushar-deepsource
pushed a commit
to DeepSourceCorp/mypy
that referenced
this issue
Jan 20, 2022
This was added in python#11419 to fix python#11412 However, the presence of this file also configured mypyc's RTD. See python#901 I recently acquired access to mypy's RTD, so I think I can fix without this configuration file. Co-authored-by: hauntsaninja <>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://readthedocs.org/projects/mypy/builds/
It looks like this is related to sphinx-doc/sphinx#9777 , in which case the quickest resolution is probably just pinning some package versions.
However, it looks like the ReadTheDocs build its own instructions that are unrelated to
tox -e docs
/ the versions specified in the mypy repo. I'm not really familiar with RTD — where are its build steps coming from and who has permission to change it?The text was updated successfully, but these errors were encountered: