[llvm-branch-commits] [flang] 29a49ed - [PATCH] Disable use of sphinx_markdown_tables

Nikita Popov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue May 3 01:15:53 PDT 2022


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


        


More information about the llvm-branch-commits mailing list