removed imports

This commit is contained in:
Mark Hoeber
2014-02-01 09:57:20 -05:00
parent b26983f0b3
commit 390c93c637

View File

@@ -28,12 +28,12 @@ sys.path.insert(0, os.path.abspath('.'))
master_doc = 'index'
# Add any paths that contain templates here, relative to this directory.
templates_path.append('source/_templates')
#templates_path.append('source/_templates')
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path.append('source/_static')
#html_static_path.append('source/_static')
project = u'edX Data Documentation'
copyright = u'2014, edX'