Skip to content

Commit

Permalink
doc: add note about using include with tabs (#173)
Browse files Browse the repository at this point in the history
Close #172
  • Loading branch information
JSS95 committed Oct 22, 2023
1 parent 973a049 commit cf5390e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://pygments.org/docs/lexerdevelopment/>`_ 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.

0 comments on commit cf5390e

Please sign in to comment.