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

Generating the documentation using make docs has a warning #84

Closed
tromai opened this issue Mar 10, 2023 · 2 comments
Closed

Generating the documentation using make docs has a warning #84

tromai opened this issue Mar 10, 2023 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@tromai
Copy link
Member

tromai commented Mar 10, 2023

When running make docs from the root path of the repository, this is the warning we receive:

WARNING: Failed guarded type import with ImportError("cannot import name '_RegistryType' from 'sqlalchemy.orm._typing' (.../.venv/lib/python3.11/site-packages/sqlalchemy/orm/_typing.py)")

This likely happens because of this plugin (the code to issue this warning is located here). However, more investigation is needed.

@tromai tromai added the documentation Improvements or additions to documentation label Mar 10, 2023
@tromai
Copy link
Member Author

tromai commented Mar 13, 2023

Relevant - sphinx-doc/sphinx#11212

@tromai
Copy link
Member Author

tromai commented Nov 14, 2023

This issue has been fixed in tox-dev/sphinx-autodoc-typehints#375. I will close this issue.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant