Open matteoaldeghi opened 3 years ago
When trying to generate the docs for the databases subpackage, sphinx returns an error about a maximum recursion depth:
databases
sphinx
RuntimeError: maximum recursion depth exceeded while calling a Python object
This may be related/similar to this: https://github.com/sphinx-doc/sphinx/issues/1612
It is not urgent or critical, but because of this databases are not in the docs at the moment.
When trying to generate the docs for the
databases
subpackage,sphinx
returns an error about a maximum recursion depth:This may be related/similar to this: https://github.com/sphinx-doc/sphinx/issues/1612
It is not urgent or critical, but because of this
databases
are not in the docs at the moment.