Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,11 @@
{{ "-" * (deprecated_option_name + " (Deprecated)")|length }}

.. deprecated:: {{ since_version }}
{% if new_section_name in configs %}
The option has been moved to :ref:`{{ new_section_name }}.{{ new_option_name }} <config:{{ new_section_name }}__{{ new_option_name }}>`
{% else %}
The option has been moved to ``{{ new_section_name }}.{{ new_option_name }}``
{% endif %}
{% endfor %}
{% endif %}

Expand Down
4 changes: 4 additions & 0 deletions providers/fab/docs/configurations-ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@
under the License.

.. include:: /../../../devel-common/src/sphinx_exts/includes/providers-configurations-ref.rst

.. _config:fab__access_denied_message:
.. _config:fab__expose_hostname:

.. include:: /../../../devel-common/src/sphinx_exts/includes/sections-and-options.rst
Loading