From 072ed01c388ee04a452619c57ed40bb97f5e9953 Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Mon, 24 Oct 2022 17:54:23 +0200 Subject: [PATCH] Fix doctest for `MarkupLM` (#19845) Co-authored-by: ydshieh --- docs/source/en/model_doc/markuplm.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/source/en/model_doc/markuplm.mdx b/docs/source/en/model_doc/markuplm.mdx index 1b3ae46d36..f4deb6d873 100644 --- a/docs/source/en/model_doc/markuplm.mdx +++ b/docs/source/en/model_doc/markuplm.mdx @@ -95,10 +95,8 @@ This is the simplest case, in which the processor will use the feature extractor ... Hello world ... ... - ...

Welcome

...

Here is my website.

- ... ... """ @@ -165,10 +163,8 @@ processor will use the feature extractor to get all nodes and xpaths, and create ... Hello world ... ... - ...

Welcome

...

My name is Niels.

- ... ... """