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

Use a more generic mechanism #4

Open
pganssle opened this issue May 3, 2018 · 0 comments
Open

Use a more generic mechanism #4

pganssle opened this issue May 3, 2018 · 0 comments

Comments

@pganssle
Copy link
Member

pganssle commented May 3, 2018

This currently is tightly bound to the variants library specifically, which means that if users vendor variants, they'll also likely need to vendor sphinx_autodoc_variants as well, possibly messing with some code paths at the same time.

This will also fail for things like dateutil.gettz, which is a callable that has other member functions as well. It might be worth using some duck-typing solution to this problem.

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

1 participant