From 2869cc897301da694e3be57f7d74d99221cdaf47 Mon Sep 17 00:00:00 2001 From: Jimmy McCrory Date: Wed, 5 Oct 2016 12:26:28 -0700 Subject: [PATCH] [DOCS] Adjust watermark color The default watermark color is distracting and makes the content difficult to read. Tone it down to a light gray. Change-Id: I2ca547dca93f89edb1416ac44169749028037621 --- doc/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index d793e5e99a..dbbd7f152f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -337,4 +337,5 @@ sphinxmark_enable = True sphinxmark_div = 'docs-body' sphinxmark_image = 'text' sphinxmark_text = watermark +sphinxmark_text_color = (128, 128, 128) sphinxmark_text_size = 70