From 837739398158c2884704e7da739d8381fc96401a Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Sun, 3 Mar 2024 20:31:54 -0500 Subject: [PATCH] Update RHEL docs patch --- 0101-Deactivate-markdown-doc.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/0101-Deactivate-markdown-doc.patch b/0101-Deactivate-markdown-doc.patch index cbf4580..a8409aa 100644 --- a/0101-Deactivate-markdown-doc.patch +++ b/0101-Deactivate-markdown-doc.patch @@ -9,5 +9,5 @@ index cf8a75980b53..b208ad138e89 100644 -extensions = ["myst_parser", "sphinx.ext.intersphinx", "sphinx.ext.todo"] +extensions = ["sphinx.ext.intersphinx", "sphinx.ext.todo"] - # Add any paths that contain templates here, relative to this directory. - templates_path = ["_templates"] + # Automatic anchors for markdown titles + from llvm_slug import make_slug