diff --git a/docs/source/conf.py b/docs/source/conf.py index cb3ad38..b9e2ffe 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -85,13 +85,6 @@ if is_stable(iprelease['_version_extra']): tags.add('ipystable') else: tags.add('ipydev') - rst_prolog = """ - .. warning:: - - This documentation is for a development version of IPython. There may be - significant differences from the latest stable release. - - """ # The master toctree document. master_doc = 'index'