-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Freeze during generation of HTML (with typing) #154
Comments
I am not sure if we ever updated this to work with annotation. Does it work if you use |
Unfortunatelly it doesn't.
We use typing heavily and it works somehow but except of this construct. Note: I found out that it hangs only if I ran the example with |
If Also, how did you get Sphinx v5.3.0? They only have v5.2.3 right now according to https://github.com/sphinx-doc/sphinx/releases |
OK, I'll report this upstream. Many thanks for such quick feedback. Regarding Sphinx v5.3.0, I just installed the latest unreleased package using |
This comment was marked as outdated.
This comment was marked as outdated.
Please see discussion here sphinx-doc/sphinx#10907. It seems that it is really related only to |
Oh, interesting. Thanks for reporting back! |
Someone would have to spend some time debugging automodapi to see what exactly is causing this problem. Not sure if our core developers currently have time for this. So if you want to investigate and submit a patch, it would be greatly appreciated. Thanks! |
Consider the following source
bar.py
:conf.py
:index.rst
:After command
PYTHONPATH=. sphinx-build -b html . html_python
sphix-automodapi hangs with the following output:The text was updated successfully, but these errors were encountered: