chiark / gitweb /
doc: fix more cases of order-dependent processing error.
authorVladimír Vondruš <mosra@centrum.cz>
Fri, 16 Nov 2018 23:12:13 +0000 (00:12 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 26 Nov 2018 12:30:15 +0000 (13:30 +0100)
doc/plugins/htmlsanity.rst
doc/plugins/math-and-code.rst
doc/plugins/plots-and-graphs.rst

index 27da2628a81a635c5630b95fb36c256db2b2c4a9..309025fa5c83759defe768ba093ca873ecf204bb 100644 (file)
@@ -38,6 +38,8 @@ HTML sanity
     :language: jinja
 .. role:: py(code)
     :language: py
+.. role:: rst(code)
+    :language: rst
 
 Base plugin that makes your Pelican HTML output and typography look like from
 the current century.
index 201b834fc86a842b623a3c6387e48ca054e5f413..d8fb8c0727480f7b6ad2d6ce4ec61029d52bab24 100644 (file)
@@ -40,6 +40,8 @@ Math and code
     :language: py
 .. role:: rst(code)
     :language: rst
+.. role:: sh(code)
+    :language: sh
 
 These plugins use external libraries to produce beautiful math and code
 rendering directly from your :abbr:`reST <reStructuredText>` sources.
index 005a5fb7bc0ca8bf8a072b3bf92cf600e59eda97..95fb28d09150adf679387b2acef65fa90c8a1b2c 100644 (file)
@@ -34,6 +34,10 @@ Plots and graphs
 
 .. role:: dot(code)
     :language: dot
+.. role:: py(code)
+    :language: py
+.. role:: rst(code)
+    :language: rst
 
 These plugin allow you to render plots and graphs directly from data specified
 inline in the page source. Similarly to `math rendering <{filename}/admire/math.rst>`_,