From 57df0888169a2622e37dfad3694e3de544b8b6fb Mon Sep 17 00:00:00 2001 From: Philipp Deppenwiese Date: Wed, 9 May 2018 12:07:38 +0200 Subject: Dokumentation: Sphinx add RST in markdown support * This feature embedds RST into markdown for table generation. For more information, see http://recommonmark.readthedocs.io/en/latest/index.html#autostructify Change-Id: Iefebb3b7857bc98818e345f7d0e95fbf987305a8 Signed-off-by: Philipp Deppenwiese Reviewed-on: https://review.coreboot.org/26190 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- Documentation/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/conf.py b/Documentation/conf.py index e893772e80..85e0438579 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -177,6 +177,7 @@ def setup(app): app.add_config_value('recommonmark_config', { 'enable_auto_toc_tree': True, 'enable_auto_doc_ref': True, + 'enable_eval_rst': True, 'url_resolver': lambda url: '/' + url }, True) app.add_transform(AutoStructify) -- cgit v1.2.3