-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
3.4.0 inspect.getslots fail with TypeError #8568
Labels
Milestone
Comments
ravwojdyla
added a commit
to ravwojdyla/sphinx
that referenced
this issue
Dec 21, 2020
This was referenced Dec 21, 2020
3 tasks
tk0miya
pushed a commit
to tk0miya/sphinx
that referenced
this issue
Dec 21, 2020
tk0miya
added a commit
that referenced
this issue
Dec 21, 2020
Fixes #8568. Ignore TypeError from getslots in isslotsattribute
eivindjahren
added a commit
to equinor/resdata
that referenced
this issue
Dec 22, 2020
ecl does not currently work with sphinx version 3.4.0, because of sphinx-doc/sphinx#8568
eivindjahren
added a commit
to equinor/resdata
that referenced
this issue
Dec 22, 2020
Build ecl docs does not currently work with sphinx version 3.4.0, because of sphinx-doc/sphinx#8568
markusdregi
pushed a commit
to equinor/resdata
that referenced
this issue
Dec 22, 2020
Build ecl docs does not currently work with sphinx version 3.4.0, because of sphinx-doc/sphinx#8568
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After upgrade from 3.3.1 to 3.4.0 Dask's doc CI is failing with:
Full stacktrace
The error seem to be that
sphinx/sphinx/ext/autodoc/__init__.py
Line 2112 in a7e10c1
TypeError
to except, or is there a better way to handle this. In the meantime created a PR with theTypeError
ignore.See issue: dask/dask#7001, example of failure: doc CI.
To Reproduce
Environment info
Additional context
dask/dask#7001
The text was updated successfully, but these errors were encountered: