pycco-docs / pycco

Literate-style documentation generator.
https://pycco-docs.github.io/pycco/
Other
842 stars 144 forks source link

Project with many files will raise RecursionError #123

Open charliecharlieO-o opened 1 year ago

charliecharlieO-o commented 1 year ago

use iteration instead of recursion to avoid exceeding python's recursion max depth when documenting large projects.

https://github.com/pycco-docs/pycco/issues/104

I was trying this project to document a very bulky project and stumbled upon the same issue, this doesn't change but the recursion method of next_file