[coreboot-gerrit] Change in coreboot[master]: Dokumentation: Sphinx add RST in markdown support

Philipp Deppenwiese (Code Review) gerrit at coreboot.org
Wed May 9 12:08:50 CEST 2018


Philipp Deppenwiese has uploaded this change for review. ( https://review.coreboot.org/26190


Change subject: Dokumentation: Sphinx add RST in markdown support
......................................................................

Dokumentation: Sphinx add RST in markdown support

* This feature embedds RST into markdown for
table generation.

Change-Id: Iefebb3b7857bc98818e345f7d0e95fbf987305a8
Signed-off-by: Philipp Deppenwiese <zaolin at das-labor.org>
---
M Documentation/conf.py
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/26190/1

diff --git a/Documentation/conf.py b/Documentation/conf.py
index e893772..85e0438 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -177,6 +177,7 @@
     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)

-- 
To view, visit https://review.coreboot.org/26190
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iefebb3b7857bc98818e345f7d0e95fbf987305a8
Gerrit-Change-Number: 26190
Gerrit-PatchSet: 1
Gerrit-Owner: Philipp Deppenwiese <zaolin.daisuki at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180509/3aa6df22/attachment.html>


More information about the coreboot-gerrit mailing list