default-role (`sphinx.directives.DefaultRole`): . ```{default-role} ``` . . default-domain (`sphinx.directives.DefaultDomain`): . ```{default-domain} mydomain ``` . . object (`sphinx.directives.ObjectDescription`): . ```{object} something ``` . something . highlight (`sphinx.directives.code.Highlight`): . ```{highlight} something ``` . . code-block (`sphinx.directives.code.CodeBlock`): . ```{code-block} :dedent: a=1 ``` . a=1 . sourcecode (`sphinx.directives.code.CodeBlock`): . ```{sourcecode} ``` . . SKIP: Tested in sphinx builds . ```{literalinclude} /path/to/file ``` . Include file '/srcdir/path/to/file' not found or reading it failed . toctree (`sphinx.directives.other.TocTree`): . ```{toctree} ``` .