diff --git a/docs/source/conf.py b/docs/source/conf.py index 11a3cb9..edb9309 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -87,8 +87,10 @@ def is_stable(extra): if is_stable(iprelease['_version_extra']): tags.add('ipystable') + print('Adding Tag: ipystable') else: tags.add('ipydev') + print('Adding Tag: ipydev') rst_prolog += """ .. warning:: diff --git a/docs/source/whatsnew/index.rst b/docs/source/whatsnew/index.rst index 51aa0fe..a8e7df9 100644 --- a/docs/source/whatsnew/index.rst +++ b/docs/source/whatsnew/index.rst @@ -21,6 +21,7 @@ What's new in IPython Developpement version in-progress features: .. toctree:: + development .. @@ -31,6 +32,7 @@ What's new in IPython .. toctree:: :hidden: + development This section documents the changes that have been made in various versions of