Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.056 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; 'puts': 0.07; 'sphinx': 0.07; 'highlight': 0.16; 'message-id:@earthlink.net': 0.16; 'received:dsl.mindspring.com': 0.16; "haven't": 0.23; 'header :User-Agent:1': 0.26; 'appear': 0.26; 'figure': 0.30; 'controls': 0.33; 'text,': 0.33; 'turns': 0.33; 'to:addr:python-list': 0.33; "can't": 0.34; 'text': 0.34; 'sometimes': 0.35; 'but': 0.36; 'rather': 0.37; 'some': 0.38; 'to:addr:python.org': 0.39; 'where': 0.40; 'stand': 0.61; 'received:216': 0.62; 'yellow': 0.84 Date: Wed, 13 Mar 2013 16:51:28 -0700 From: Charles Hixson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 MIME-Version: 1.0 To: python-list@python.org Subject: Sphinx highlighting Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1363219050 news.xs4all.nl 6887 [2001:888:2000:d::a6]:34029 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41200 What controls the yellow highlight bar that Sphinx sometimes puts in the documentation? E.g.: .. py:function:: basic_parseStrTest () generates bold-face text, where .. py:function:: basicParseStrTest () generates text with a yellow bar highlight. I actually rather like the yellow bar highlight, but I can't stand having it appear for some of my functions, and not for others, and I haven't been able to figure out what turns it on or off. -- Charles Hixson