File tree 1 file changed +1
-7
lines changed
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 19
19
# All configuration values have a default; values that are commented out
20
20
# serve to show the default.
21
21
22
- import sys
23
22
import os
24
- from runpy import run_path
25
23
from configparser import ConfigParser
24
+ from runpy import run_path
26
25
27
26
# Check for external Sphinx extensions we depend on
28
27
try :
41
40
raise RuntimeError ('Need nibabel on Python PATH; consider "make htmldoc" '
42
41
'from nibabel root directory' )
43
42
44
- # If extensions (or modules to document with autodoc) are in another directory,
45
- # add these directories to sys.path here. If the directory is relative to the
46
- # documentation root, use os.path.abspath to make it absolute, like shown here.
47
- # sys.path.append(os.path.abspath('../sphinxext'))
48
-
49
43
# -- General configuration ----------------------------------------------------
50
44
51
45
# We load the nibabel release info into a dict by explicit execution
You can’t perform that action at this time.
0 commit comments