Skip to content
Snippets Groups Projects
Commit 01c9db10 authored by Mark Hoeber's avatar Mark Hoeber
Browse files

Merge pull request #2409 from edx/markhoeber/documentation/fix-data-config

Markhoeber/documentation/fix data config
parents 8ac32e86 390c93c6
No related merge requests found
......@@ -21,22 +21,22 @@ 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('.'))
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'2013, edX'
copyright = u'2014, edX'
# The short X.Y version.
version = ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment