##// END OF EJS Templates
Add debug and fix build hopefully
Matthias Bussonnier -
Show More
@@ -87,8 +87,10 b' def is_stable(extra):'
87
87
88 if is_stable(iprelease['_version_extra']):
88 if is_stable(iprelease['_version_extra']):
89 tags.add('ipystable')
89 tags.add('ipystable')
90 print('Adding Tag: ipystable')
90 else:
91 else:
91 tags.add('ipydev')
92 tags.add('ipydev')
93 print('Adding Tag: ipydev')
92 rst_prolog += """
94 rst_prolog += """
93 .. warning::
95 .. warning::
94
96
@@ -21,6 +21,7 b" What's new in IPython"
21 Developpement version in-progress features:
21 Developpement version in-progress features:
22
22
23 .. toctree::
23 .. toctree::
24
24 development
25 development
25
26
26 ..
27 ..
@@ -31,6 +32,7 b" What's new in IPython"
31
32
32 .. toctree::
33 .. toctree::
33 :hidden:
34 :hidden:
35
34 development
36 development
35
37
36 This section documents the changes that have been made in various versions of
38 This section documents the changes that have been made in various versions of
General Comments 0
You need to be logged in to leave comments. Login now