Improve release notes formatting.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Tue, 19 Mar 2013 17:52:14 +0000 (18:52 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Tue, 19 Mar 2013 17:52:14 +0000 (18:52 +0100)
The geolocation ini sample needed more indenting and
got a nice "code-block:: ini".

docs/source/siteadmin/relnotes.rst

index 84ec09b58e1a88c55c87bff2eb3191a4d7e8973e..6962dc5aa220ee79214de6e6dbe6e2b6923eca94 100644 (file)
@@ -26,10 +26,12 @@ carefully, or at least skim over it.
 
 1. Make sure to run ``bin/gmg dbupdate`` after upgrading.
 2. OpenStreetMap is now a plugin, so if you want to use it, add the
-   following to your config file::
+   following to your config file:
 
-  [plugins]
-  [[mediagoblin.plugins.geolocation]]
+   .. code-block:: ini
+
+      [plugins]
+      [[mediagoblin.plugins.geolocation]]
 
 If you have your own theme, you may need to make some adjustments to
 it as some theme related things may have changed in this release.  If