You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2019/02/05 00:52:46 UTC

[trafficserver] branch 8.0.x updated: Doc: change code snippet highlighting scheme

This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/8.0.x by this push:
     new b4821a2  Doc: change code snippet highlighting scheme
b4821a2 is described below

commit b4821a259ee503eecd372afb238a5a6056bba8ee
Author: Miles Libbey <ml...@apache.org>
AuthorDate: Wed Nov 7 20:45:48 2018 -0800

    Doc: change code snippet highlighting scheme
    
    The lime green background for code snippets doesn't go with the light
    blue background. The 'default' code highlighting scheme uses a moderate
    gray background, but similar font colors for syntax highlighting.
    
    (cherry picked from commit f6e3db952fb1e4dde49fb68d6a8bc8e36e04611f)
---
 doc/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/conf.py b/doc/conf.py
index a297303..86a9958 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -161,7 +161,7 @@ exclude_patterns = []
 #show_authors = False
 
 # The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
+pygments_style = 'default'
 
 # A list of ignored prefixes for module index sorting.
 #modindex_common_prefix = []