From b26983f0b3dca8c5d859221f3305267f87bb1d21 Mon Sep 17 00:00:00 2001 From: Mark Hoeber Date: Sat, 1 Feb 2014 09:53:05 -0500 Subject: [PATCH 1/2] Fixed config file --- docs/en_us/data/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en_us/data/source/conf.py b/docs/en_us/data/source/conf.py index adb88d2c05..72d8bf6011 100644 --- a/docs/en_us/data/source/conf.py +++ b/docs/en_us/data/source/conf.py @@ -21,7 +21,7 @@ if not on_rtd: # only import and set the theme if we're building docs locally sys.path.append(os.path.abspath('../../../')) sys.path.append(os.path.abspath('../../')) -from docs.shared.conf import * +#from docs.shared.conf import * sys.path.insert(0, os.path.abspath('.')) @@ -36,7 +36,7 @@ templates_path.append('source/_templates') html_static_path.append('source/_static') project = u'edX Data Documentation' -copyright = u'2013, edX' +copyright = u'2014, edX' # The short X.Y version. version = '' From 390c93c63720b9cc5cd491e0a33ae49bdcefb7f0 Mon Sep 17 00:00:00 2001 From: Mark Hoeber Date: Sat, 1 Feb 2014 09:57:20 -0500 Subject: [PATCH 2/2] removed imports --- docs/en_us/data/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en_us/data/source/conf.py b/docs/en_us/data/source/conf.py index 72d8bf6011..f94142da74 100644 --- a/docs/en_us/data/source/conf.py +++ b/docs/en_us/data/source/conf.py @@ -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'