Skip to content

Commit 71e8f9d

Browse files
committed
BF - changed conf.py to reflect switch from version.py to info.py
1 parent 612275b commit 71e8f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
# We load the nibabel release info into a dict by explicit execution
3434
rel = {}
35-
execfile('../../nibabel/version.py', rel)
35+
execfile('../../nibabel/info.py', rel)
3636

3737
# Add any Sphinx extension module names here, as strings. They can be extensions
3838
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.

0 commit comments

Comments
 (0)