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 --- .../test_sphinx/sourcedirs/references_singlehtml/other/index.md | 6 ++++++ .../test_sphinx/sourcedirs/references_singlehtml/other/other.md | 9 +++++++++ .../test_sphinx/sourcedirs/references_singlehtml/other/other2.md | 1 + 3 files changed, 16 insertions(+) create mode 100644 tests/test_sphinx/sourcedirs/references_singlehtml/other/index.md create mode 100644 tests/test_sphinx/sourcedirs/references_singlehtml/other/other.md create mode 100644 tests/test_sphinx/sourcedirs/references_singlehtml/other/other2.md (limited to 'tests/test_sphinx/sourcedirs/references_singlehtml/other') diff --git a/tests/test_sphinx/sourcedirs/references_singlehtml/other/index.md b/tests/test_sphinx/sourcedirs/references_singlehtml/other/index.md new file mode 100644 index 0000000..3a4fb08 --- /dev/null +++ b/tests/test_sphinx/sourcedirs/references_singlehtml/other/index.md @@ -0,0 +1,6 @@ +# Other Index + +```{toctree} +other +other2 +``` diff --git a/tests/test_sphinx/sourcedirs/references_singlehtml/other/other.md b/tests/test_sphinx/sourcedirs/references_singlehtml/other/other.md new file mode 100644 index 0000000..a833673 --- /dev/null +++ b/tests/test_sphinx/sourcedirs/references_singlehtml/other/other.md @@ -0,0 +1,9 @@ +# Other Title + +{doc}`other2` + +{any}`other2` + +[](./other2.md) + +[](../index.md#title) diff --git a/tests/test_sphinx/sourcedirs/references_singlehtml/other/other2.md b/tests/test_sphinx/sourcedirs/references_singlehtml/other/other2.md new file mode 100644 index 0000000..f97239e --- /dev/null +++ b/tests/test_sphinx/sourcedirs/references_singlehtml/other/other2.md @@ -0,0 +1 @@ +# Other 2 Title -- cgit v1.2.3