From d9b2299126b840736106055eae352aa79cd3f4b3 2013-07-29 21:08:43 From: Matthias BUSSONNIER Date: 2013-07-29 21:08:43 Subject: [PATCH] add sphinx prolog --- diff --git a/docs/source/conf.py b/docs/source/conf.py index 7060c25..5107248 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -69,6 +69,15 @@ templates_path = ['_templates'] # The suffix of source filenames. source_suffix = '.rst' +if iprelease['_version_extra']: + rst_prolog = """ + .. note:: + + This documentation is for a development version of IPython. There may be + significant differences from the latest stable release (0.13.2). + + """ + # The master toctree document. master_doc = 'index'