Code Review
/
releng
/
docs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
800df79
)
Remove Syntax Highlighting from Gerrit DCO
47/9147/1
author
Trevor Bramwell
<tbramwell@linuxfoundation.org>
Fri, 2 Mar 2018 18:52:04 +0000
(10:52 -0800)
committer
Trevor 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
patch
|
blob
|
history
diff --git
a/docs/gerrit.rst
b/docs/gerrit.rst
index
bc96302
..
1dbf984
100644
(file)
--- 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