-
-
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
Maximum recursion depth when parsing re module #1612
Comments
From Takayuki Shimizukawa on 2014-11-05 00:00:32+00:00 Thanks for the report. Can you attach the input .py source file that led to the error? (If you build with sphinx-build -vvv or make html SPHINXOPTS=-vvv you can see better log which document/code is being translated at the time). |
From little-dude on 2014-11-05 00:06:12+00:00 Logs with -vvv |
From little-dude on 2014-11-05 00:07:59+00:00 The failing file (I think) |
From little-dude on 2014-11-05 00:09:57+00:00 And thanks for such a reactivity :) |
From Takayuki Shimizukawa on 2014-11-05 00:17:33+00:00 Thanks. According to my quick investigation, Please remove later one and try |
From little-dude on 2014-11-05 00:30:48+00:00 That was it... Thanks for you help, and sorry for your time. |
From Takayuki Shimizukawa on 2014-11-05 01:09:18+00:00 You're welcome :) |
I'm trying to use autodoc on my project.
Ideally I'd like to prevent sphinx from parsing this module but not sure it's possible.
The text was updated successfully, but these errors were encountered: