-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
4.0.2: sphinx fails on generate documenrtation of requests
module
#9404
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
Comments
For the record, requests uses Sphinx 1.8.5, but this looks like a legitimate Sphinx bug. The code in question is this: |
I reproduced the error with this snippet:
https://github.com/psf/requests/blob/master/docs/api.rst It seems |
…e object The autoclass directive raises TypeError when dict-like object (not a class) is given as a subject.
Fix #9404: autodoc: autoclass raises TypeError for dict-like object
Now I merged #9411 into the 4.x branch. So v4.1.0 will not be crashed. But I think |
Describe the bug
Sphinx fails generate requests module documentation.
To Reproduce
Expected behavior
Your project
Screenshots
Environment info
N/A
Additional context
N/A
N/A
The text was updated successfully, but these errors were encountered: