File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 5252 'numpy_ext.numpydoc' ,
5353 'matplotlib.sphinxext.plot_directive' ,
5454 'matplotlib.sphinxext.only_directives' ,
55- #'IPython.sphinxext.ipython_directive',
56- #'IPython.sphinxext.ipython_console_highlighting'
5755 ]
5856on_rtd = os .environ .get ('READTHEDOCS' ) == 'True'
5957if on_rtd :
8280# The short X.Y version.
8381version = nipype .__version__
8482# The full version, including alpha/beta/rc tags.
85- release = "0.12.0 "
83+ release = "0.13.0-rc1 "
8684
8785# The language for content autogenerated by Sphinx. Refer to documentation
8886# for a list of supported languages.
Original file line number Diff line number Diff line change 1111_version_major = 0
1212_version_minor = 13
1313_version_micro = 0
14- _version_extra = '-dev ' # Remove -dev for release
14+ _version_extra = '-rc1 ' # Remove -dev for release
1515
1616
1717def get_nipype_gitversion ():
You can’t perform that action at this time.
0 commit comments