Sorry, I am a newbie trying to add Sphinx to auto-generate documentation for a Django project and also ensure sufficient documentation coverage of the project.
I want to configure Sphinx to tell me which Objects are missing documentation by using the coverage_show_missing_items
flag, specified here:
https://www.sphinx-doc.org/ar/master/usage/extensions/coverage.html#confval-coverage_show_missing_items
Unfortunately, I have not been able to figure out where/how to set this configuration. My Google-fu didn't come up with any examples on how to configure these settings.
I'm guessing it should go inside conf.py
somewhere, but haven't come across any examples on how to do it.