Author: Tom Stellard Date: 2022-05-03T10:10:12+02:00 New Revision: 29a49ed780fcfd34a1fb12fe05ef02af8394b58a
URL: https://github.com/llvm/llvm-project/commit/29a49ed780fcfd34a1fb12fe05ef02af8394b58a DIFF: https://github.com/llvm/llvm-project/commit/29a49ed780fcfd34a1fb12fe05ef02af8394b58a.diff LOG: [PATCH] Disable use of sphinx_markdown_tables Added: Modified: flang/docs/conf.py Removed: ################################################################################ diff --git a/flang/docs/conf.py b/flang/docs/conf.py index 7ad291526b697..da72db5a0850f 100644 --- a/flang/docs/conf.py +++ b/flang/docs/conf.py @@ -54,7 +54,7 @@ def visit_document(self, node): else: source_parsers = {'.md': CustomCommonMarkParser} source_suffix['.md'] = 'markdown' - extensions.append('sphinx_markdown_tables') + #extensions.append('sphinx_markdown_tables') # Setup AutoStructify for inline .rst toctrees in index.md from recommonmark.transform import AutoStructify _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits