File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 52
52
'numpy_ext.numpydoc' ,
53
53
'matplotlib.sphinxext.plot_directive' ,
54
54
'matplotlib.sphinxext.only_directives' ,
55
- #'IPython.sphinxext.ipython_directive',
56
- #'IPython.sphinxext.ipython_console_highlighting'
57
55
]
58
56
on_rtd = os .environ .get ('READTHEDOCS' ) == 'True'
59
57
if on_rtd :
82
80
# The short X.Y version.
83
81
version = nipype .__version__
84
82
# The full version, including alpha/beta/rc tags.
85
- release = "0.12.0 "
83
+ release = "0.13.0-rc1 "
86
84
87
85
# The language for content autogenerated by Sphinx. Refer to documentation
88
86
# for a list of supported languages.
Original file line number Diff line number Diff line change 11
11
_version_major = 0
12
12
_version_minor = 13
13
13
_version_micro = 0
14
- _version_extra = '-dev ' # Remove -dev for release
14
+ _version_extra = '-rc1 ' # Remove -dev for release
15
15
16
16
17
17
def get_nipype_gitversion ():
You can’t perform that action at this time.
0 commit comments