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

Error using recursive with sphinx-autosummary-accessors #66

Closed
scharlottej13 opened this issue Apr 1, 2022 · 0 comments · Fixed by #67
Closed

Error using recursive with sphinx-autosummary-accessors #66

scharlottej13 opened this issue Apr 1, 2022 · 0 comments · Fixed by #67

Comments

@scharlottej13
Copy link
Contributor

I'm having some trouble using the recursive option while sphinx-autosummary-accessors is enabled. To clarify, I'm not trying to use the recursive option with the autosummary-accessor templates, but just having the recursive option enabled on other directives results in an error.

The error I see is: ValueError: not enough values to unpack (expected 2, got 1) on this line. An example match that causes the error is [('automodule', 'dask.bag')] when something like [('currentmodule', 'dask'), ('autoaccessorattribute', 'dataframe.Series.cat.ordered')], e.g. is expected.

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 a pull request may close this issue.

1 participant