2023-10-12 09:15:14 +00:00
|
|
|
From a9fb2cb9a29e50bf4ba3c2e470e52ea091a807e5 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Konrad Kleine <kkleine@redhat.com>
|
|
|
|
Date: Fri, 3 Nov 2023 20:55:14 +0000
|
|
|
|
Subject: [PATCH] Deactivate-markdown-doc
|
|
|
|
|
|
|
|
---
|
|
|
|
llvm/docs/conf.py | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
2023-09-26 06:58:16 +00:00
|
|
|
diff --git a/llvm/docs/conf.py b/llvm/docs/conf.py
|
2023-10-12 09:15:14 +00:00
|
|
|
index 0a3905201c85..81326257856a 100644
|
2023-09-26 06:58:16 +00:00
|
|
|
--- a/llvm/docs/conf.py
|
|
|
|
+++ b/llvm/docs/conf.py
|
2023-10-12 09:15:14 +00:00
|
|
|
@@ -26,7 +26,7 @@ sys.path.insert(0, os.path.abspath("."))
|
2023-05-22 15:57:51 +00:00
|
|
|
|
2023-09-26 06:58:16 +00:00
|
|
|
# Add any Sphinx extension module names here, as strings. They can be extensions
|
|
|
|
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
|
|
|
-extensions = ["myst_parser", "sphinx.ext.intersphinx", "sphinx.ext.todo"]
|
|
|
|
+extensions = ["sphinx.ext.intersphinx", "sphinx.ext.todo"]
|
2023-05-22 15:57:51 +00:00
|
|
|
|
2023-10-12 09:15:14 +00:00
|
|
|
# Automatic anchors for markdown titles
|
|
|
|
from llvm_slug import make_slug
|
|
|
|
--
|
|
|
|
2.41.0
|