diff --git a/docs/index.rst b/docs/index.rst index 42a4a56..242aa12 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -385,3 +385,6 @@ The first argument to a `code-tab` is the name of the language to use for code h } Code tabs support highlighting using `custom syntax highlighters `_ that have been loaded in the sphinx configuration. To use custom lexers, pass the lexers alias as the first argument of `code-tab`. + +.. note:: + Sphinx's `include` directive does not work inside `code-tab`. Use `tab` or `group-tab` instead.