##// END OF EJS Templates
add sphinx prolog
Matthias BUSSONNIER -
Show More
@@ -69,6 +69,15 b" templates_path = ['_templates']"
69 # The suffix of source filenames.
69 # The suffix of source filenames.
70 source_suffix = '.rst'
70 source_suffix = '.rst'
71
71
72 if iprelease['_version_extra']:
73 rst_prolog = """
74 .. note::
75
76 This documentation is for a development version of IPython. There may be
77 significant differences from the latest stable release (0.13.2).
78
79 """
80
72 # The master toctree document.
81 # The master toctree document.
73 master_doc = 'index'
82 master_doc = 'index'
74
83
General Comments 0
You need to be logged in to leave comments. Login now