Show More
@@ -69,6 +69,15 b" templates_path = ['_templates']" | |||
|
69 | 69 | # The suffix of source filenames. |
|
70 | 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 | 81 | # The master toctree document. |
|
73 | 82 | master_doc = 'index' |
|
74 | 83 |
General Comments 0
You need to be logged in to leave comments.
Login now