From 943e3dc057eca53e68ddec51529bd6a1279ebd8e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 29 Apr 2024 06:23:02 +0200 Subject: Adding upstream version 0.18.1. Signed-off-by: Daniel Baumann --- tests/test_renderers/fixtures/sphinx_directives.md | 441 +++++++++++++++++++++ 1 file changed, 441 insertions(+) create mode 100644 tests/test_renderers/fixtures/sphinx_directives.md (limited to 'tests/test_renderers/fixtures/sphinx_directives.md') diff --git a/tests/test_renderers/fixtures/sphinx_directives.md b/tests/test_renderers/fixtures/sphinx_directives.md new file mode 100644 index 0000000..2b92457 --- /dev/null +++ b/tests/test_renderers/fixtures/sphinx_directives.md @@ -0,0 +1,441 @@ +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} +``` +. + + +