From c642009c4cb637c551ee567b19675a9aa41c4ae8 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Mon, 10 Sep 2018 11:22:40 +0200 Subject: [PATCH] DOC: Add missing language specification to code-block See http://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-code-block --- docs/source/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 0475220b9..ba1da572b 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -59,7 +59,7 @@ Raw Templates Template exporters can now be assigned raw templates as string attributes by setting the ``raw_template`` variable. -.. code-block:: +.. code-block:: python class AttrExporter(TemplateExporter): # If the class has a special template and you want it defined within the class