First, apologies if this is documented elsewhere. I don't use Google Groups a lot, and I'm rather appalled at the search interface.
At any rate, I've added "django.contrib.admindocs" to my INSTALLED_APPS and done all the other things to get /admin/docs to be automatically generated. Mostly, it's pretty nice. The custom tags, like ':model:', seem to work fine.
However, I can't find a way to get it to recognize Sphinx tags like ':class:' or ':meth:'. Do I have to choose between the convenience of admindocs and the standard documentation capabilities of Sphinx, or is there something I'm missing that allows the two to work together?
Thanks for any help, advice, etc.