Remove Syntax Highlighting from Gerrit DCO 47/9147/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 2 Mar 2018 18:52:04 +0000 (10:52 -0800)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 2 Mar 2018 18:52:04 +0000 (10:52 -0800)
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 <tbramwell@linuxfoundation.org>
docs/gerrit.rst

index bc96302..1dbf984 100644 (file)
@@ -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