From 93964ff0a50a9f96af2a87a41644e90b745dfbf0 Mon Sep 17 00:00:00 2001 From: Pete Zaitcev Date: Tue, 10 Apr 2012 10:41:22 -0600 Subject: [PATCH] Fix colorization of "hash" in SAIO doc. Admittedly, this is ridiculously trivial, but the coloring of "hash" always peeved me. Not so much that it existed, but that I did not understand what caused it. After consulting our Sphinx experts, it turned out that the code block was considered code in Python and "hash" is a reserved word in Python, so it was colored. One option is to declare the code block "ini", which is what it is, but that causes the block stand out just as badly, unless we highlight every one of them. So, for now use "none". Change-Id: Icee021fc30839eeb02cd3e232ff6be92ed32df52 --- doc/source/development_saio.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/source/development_saio.rst b/doc/source/development_saio.rst index 165b60350f..10d05a83f7 100644 --- a/doc/source/development_saio.rst +++ b/doc/source/development_saio.rst @@ -307,7 +307,9 @@ Sample configuration files are provided with all defaults in line-by-line commen [filter:cache] use = egg:swift#memcache - #. Create `/etc/swift/swift.conf`:: + #. Create `/etc/swift/swift.conf`: + + .. code-block:: none [swift-hash] # random unique string that can never change (DO NOT LOSE)