Hello everyone, I've recently contributed to sphinx-contrib with a "clearquest" directive. See http://pypi.python.org/pypi/sphinxcontrib-clearquest/
In this extension, there is a connection to a database server and user credentials are needed. Since this is not a good idea to store these credentials into rst code, I thought of putting them in a separate settings file: ~/sphinxcontrib. This is a regular .ini file format with sections such as follows [clearquest] username = john password = doe db_name = defects db_set = cq_server If you like the idea, it would be nice to see other sphinx-contrib extensions use the same file to store user settings ;-) cheers, Robin -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-dev@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.