File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 1919# All configuration values have a default; values that are commented out
2020# serve to show the default.
2121
22- import sys
2322import os
24- from runpy import run_path
2523from configparser import ConfigParser
24+ from runpy import run_path
2625
2726# Check for external Sphinx extensions we depend on
2827try :
4140 raise RuntimeError ('Need nibabel on Python PATH; consider "make htmldoc" '
4241 'from nibabel root directory' )
4342
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-
4943# -- General configuration ----------------------------------------------------
5044
5145# We load the nibabel release info into a dict by explicit execution
You can’t perform that action at this time.
0 commit comments