From 6e31014110ff460995d6ac5835f1db047fdf0926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20=C5=9Eahin?= Date: Mon, 5 Apr 2021 16:06:07 +0300 Subject: [PATCH] [doc] update code-block rendering (#11053) double : prevents code-block section to be rendered, so made it single : --- docs/source/model_doc/gpt.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/model_doc/gpt.rst b/docs/source/model_doc/gpt.rst index 7f30f5290b..8b72fdd698 100644 --- a/docs/source/model_doc/gpt.rst +++ b/docs/source/model_doc/gpt.rst @@ -50,7 +50,7 @@ The original code can be found `here