I have a module with two documented global special-members.
Running Sphinx locally creates documentation that includes their docs, but Read the Docs doesn't. It uses the built-in type's documentation instead.
I have tried both styles: #:
and docstring after the definition. I have read autodoc
's documentation multiple times, and the Read the Docs entry on it. I can't figure out what I'm missing, as I don't even see any build errors on Read the Docs.
Any ideas?