diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:51:14 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:51:14 +0000 |
commit | 3e6a0642e5563bd5c2be3bc8c0cfe344a9d33140 (patch) | |
tree | 42c5cd130bfe287272c38b3a6c507efa92a8a626 /0009-disable-myst-parser.patch | |
parent | 652769df9864ff61c7fc9429887d6db5171b8c03 (diff) |
automatic import of clangopeneuler24.03_LTS
Diffstat (limited to '0009-disable-myst-parser.patch')
-rw-r--r-- | 0009-disable-myst-parser.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/0009-disable-myst-parser.patch b/0009-disable-myst-parser.patch new file mode 100644 index 0000000..12a5154 --- /dev/null +++ b/0009-disable-myst-parser.patch @@ -0,0 +1,26 @@ +From 988dd3f3363d8ab4ee53f61e0eb5afc6646c9d4f Mon Sep 17 00:00:00 2001 +From: Nikita Popov <npopov@redhat.com> +Date: Tue, 26 Sep 2023 13:06:29 +0200 +Subject: [PATCH] disable myst parser + +--- + clang/docs/conf.py | 3 --- + 1 file changed, 3 deletions(-) + +diff --git a/clang/docs/conf.py b/clang/docs/conf.py +index ca310026f53e..dfb74273b5b2 100644 +--- a/clang/docs/conf.py ++++ b/clang/docs/conf.py +@@ -35,9 +35,6 @@ templates_path = ["_templates"] + + import sphinx + +-if sphinx.version_info >= (3, 0): +- extensions.append("myst_parser") +- + # The encoding of source files. + # source_encoding = 'utf-8-sig' + +-- +2.41.0 + |