.. currentmodule:: oblate .. _api-config: Configuration ============= .. data:: oblate.config The global configuration of Oblate. This is an instance of :class:`GlobalConfig` which can be modified to edit the global configuration. For information on available attributes, see the documentation of :class:`GlobalConfig`. :type: :class:`GlobalConfig` :value: oblate.GlobalConfig .. autoclass:: oblate.GlobalConfig :members: .. autoclass:: oblate.SchemaConfig :members: