Stop ReST from dropping the primary title if it's the first title in the document.
authorBrett Parker <iDunno@sommitrealweird.co.uk>
Wed, 16 Sep 2009 09:39:17 +0000 (10:39 +0100)
committerBrett Parker <iDunno@sommitrealweird.co.uk>
Wed, 16 Sep 2009 09:39:17 +0000 (10:39 +0100)
sommitrealweird/settings.py

index 73ea9ce99678f0d96fd2d303cef75b3cd122180a..46627e7d6f741c9184319c3eb0dda29efe79fae9 100644 (file)
@@ -91,6 +91,7 @@ APPEND_SLASH=False
 
 RESTRUCTUREDTEXT_FILTER_SETTINGS = {
     'initial_header_level': 2,
+    'doctitle_xform': False,
 }
 
 BPCMS_ROOT = '/'