diff --git a/docs/docsite/_themes/srtd/layout.html b/docs/docsite/_themes/srtd/layout.html index 0a43025808f..facd931de0b 100644 --- a/docs/docsite/_themes/srtd/layout.html +++ b/docs/docsite/_themes/srtd/layout.html @@ -33,6 +33,7 @@ {% if favicon %} {% endif %} + {# CSS #} diff --git a/docs/templates/plugin.rst.j2 b/docs/templates/plugin.rst.j2 index 2ed09442c72..c5301fbfd57 100644 --- a/docs/templates/plugin.rst.j2 +++ b/docs/templates/plugin.rst.j2 @@ -194,7 +194,7 @@ Common return values are documented here :doc:`common_return_values`, the follow type sample -{% for entry in returndocs|dictsort %} +{% for entry, unusedvalue in returndocs|dictsort %} @{ entry }@