RDFLib has a docstring for rdflib.NORMALIZE_LITERALS <https://github.com/RDFLib/rdflib/blob/1e5f56b58f0803f13a576f2dffe31382ebba9ff4/rdflib/__init__.py#L122>, and we use autodoc which generates the following for the rdflib module:
Module contents --------------- .. automodule:: rdflib :members: :undoc-members: :show-inheritance: As far as I understand, the persence of `:members:` should result in some documentation for rdflib.NORMALIZE_LITERALS, however, there is no documentation being generated for it as far as I can tell. If it were generated, I would expect to see it here <https://rdflib.readthedocs.io/en/latest/apidocs/rdflib.html>. What is going wrong here? Is there some way I can get documentation to be generated for module level variables? -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to sphinx-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sphinx-users/169abb0f-eed0-4595-9c01-934cca74ee47n%40googlegroups.com.