aspuru-guzik-group / olympus

Olympus: a benchmarking framework for noisy optimization and experiment planning
https://aspuru-guzik-group.github.io/olympus/
MIT License
81 stars 22 forks source link

recursion error when generating docs for databases #4

Open matteoaldeghi opened 3 years ago

matteoaldeghi commented 3 years ago

When trying to generate the docs for the databases subpackage, sphinx returns an error about a maximum recursion depth:

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.