From 86ba90caa738d32af818a0cd2f3fcd7e50cfc9d3 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Fri, 2 Mar 2018 10:52:04 -0800 Subject: [PATCH] Remove Syntax Highlighting from Gerrit DCO The default pygment selection in Sphinx is python. Setting this to 'none' removes the strange highlighting of python keywords in the DCO document. Change-Id: I86dd5984470055867309b32b4d7c6b3e5b3eca78 Signed-off-by: Trevor Bramwell --- docs/gerrit.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/gerrit.rst b/docs/gerrit.rst index bc96302..1dbf984 100644 --- a/docs/gerrit.rst +++ b/docs/gerrit.rst @@ -433,6 +433,7 @@ Code contributions to Linux Foundation projects must be have a sign-off by the author of the code which indicates that they have read and agree to the DCO. .. literalinclude:: _static/dco-1.1.txt + :language: none :caption: Developer's Certificate of Origin :name: dco -- 2.16.6