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
This commit is contained in:
Pete Zaitcev
2012-04-10 10:41:22 -06:00
parent 3c2e85609b
commit 93964ff0a5

View File

@@ -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)