<p>Philipp Deppenwiese has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26254">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Documentation: Fix Sphinx restructured text setup<br><br>* Make rst support available.<br><br>Change-Id: Ic3852e299e6373519c96236650d1612f77cf8d39<br>Signed-off-by: Philipp Deppenwiese <zaolin@das-labor.org><br>---<br>M Documentation/conf.py<br>1 file changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/54/26254/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/Documentation/conf.py b/Documentation/conf.py</span><br><span>index 85e0438..3b5e28b 100644</span><br><span>--- a/Documentation/conf.py</span><br><span>+++ b/Documentation/conf.py</span><br><span>@@ -4,7 +4,7 @@</span><br><span> templates_path = ['_templates']</span><br><span> </span><br><span> # The suffix(es) of source filenames.</span><br><span style="color: hsl(0, 100%, 40%);">-source_suffix = ['.md']</span><br><span style="color: hsl(120, 100%, 40%);">+source_suffix = ['.rst', '.md']</span><br><span> </span><br><span> # The master toctree document.</span><br><span> master_doc = 'index'</span><br><span>@@ -173,6 +173,7 @@</span><br><span> </span><br><span> </span><br><span> def setup(app):</span><br><span style="color: hsl(120, 100%, 40%);">+    from recommonmark.parser import CommonMarkParser</span><br><span>     from recommonmark.transform import AutoStructify</span><br><span>     app.add_config_value('recommonmark_config', {</span><br><span>         'enable_auto_toc_tree': True,</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26254">change 26254</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/26254"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ic3852e299e6373519c96236650d1612f77cf8d39 </div>
<div style="display:none"> Gerrit-Change-Number: 26254 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Philipp Deppenwiese <zaolin.daisuki@gmail.com> </div>