##// 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 88 if is_stable(iprelease['_version_extra']):
89 89 tags.add('ipystable')
90 print('Adding Tag: ipystable')
90 91 else:
91 92 tags.add('ipydev')
93 print('Adding Tag: ipydev')
92 94 rst_prolog += """
93 95 .. warning::
94 96
@@ -21,6 +21,7 b" What's new in IPython"
21 21 Developpement version in-progress features:
22 22
23 23 .. toctree::
24
24 25 development
25 26
26 27 ..
@@ -31,6 +32,7 b" What's new in IPython"
31 32
32 33 .. toctree::
33 34 :hidden:
35
34 36 development
35 37
36 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