You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.rst
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -385,3 +385,6 @@ The first argument to a `code-tab` is the name of the language to use for code h
385
385
}
386
386
387
387
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`.
388
+
389
+
.. note::
390
+
Sphinx's `include` directive does not work inside `code-tab`. Use `tab` or `group-tab` instead.
0 commit comments