When a doc section introduces a new configuration option or feature, include accurate version metadata (Celery and, when relevant, the dependency/library version). Missing or incorrect .. versionadded:: causes confusion about availability.
Apply this when you add:
.. setting:: <name> blockTemplate (reST):
.. setting:: my_new_setting
``my_new_setting``
~~~~~~~~~~~~~~~~~~
Default: <value>
.. versionadded:: 5.7
<one- to two-sentence description of what it does>
If the behavior depends on Kombu, specify the Kombu version in the same style (e.g., “.. versionadded:: Kombu 5.6.0”). Avoid adding redundant anchors when using Sphinx directives like .. setting:: that already create anchors.
Enter the URL of a public GitHub repository