Files
edx-platform/docs/course_authors/source/conf.py
Mark Hoeber 89c2832e9e New Updated Studio Documentation
New documentation from rewrite, audit, and integration of some
documentation from edx101.  Intent to release by training on 12/5.
2013-12-04 11:04:25 -05:00

33 lines
909 B
Python

# -*- coding: utf-8 -*-
#
import sys, os
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
sys.path.append(os.path.abspath('../../../'))
sys.path.append(os.path.abspath('../../'))
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')
# 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')
# General information about the project.
project = u'Building a Course with edX Studio'
copyright = u'2013, edX Documentation Team'
# The short X.Y version.
version = ''
# The full version, including alpha/beta/rc tags.
release = ''