From: Vladimír Vondruš Date: Wed, 3 Apr 2019 15:11:50 +0000 (+0200) Subject: doc: fix another order-dependent rst processing error. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=6faf1b20447e0213014205c7835c62edaf34fe42;p=blog.git doc: fix another order-dependent rst processing error. --- diff --git a/doc/plugins/math-and-code.rst b/doc/plugins/math-and-code.rst index 049a330c..2287aa2b 100644 --- a/doc/plugins/math-and-code.rst +++ b/doc/plugins/math-and-code.rst @@ -36,6 +36,8 @@ Math and code :language: css .. role:: html(code) :language: html +.. role:: ini(code) + :language: ini .. role:: py(code) :language: py .. role:: rst(code) diff --git a/doc/plugins/plots-and-graphs.rst b/doc/plugins/plots-and-graphs.rst index 2c24482f..43f6ba23 100644 --- a/doc/plugins/plots-and-graphs.rst +++ b/doc/plugins/plots-and-graphs.rst @@ -34,6 +34,8 @@ Plots and graphs .. role:: dot(code) :language: dot +.. role:: ini(code) + :language: ini .. role:: py(code) :language: py .. role:: rst(code)