https://starcross.dev/blog/6/customising-django-simple-captcha/
Found that link and I thought the code snippet / link should be added to the documentation. If the author of this website claims that django-simple-captcha is not powerful enough out of the box to prevent all bots from spamming, then everybody else probably has the same problem and should be informed about it. This should be added to the "Roll your own" section but have a warning piece saying that doing something like this is more powerful from preventing spam or something like that.
"this example is easy to circumvent automatically"
Since the code example is still better than the default settings but still not perfect according to that quote, it would be even better for the maintainers to add code / provide code examples that would be more protected against any spam bot in the documentation or to the actual code itself.