Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
01c9db10
Commit
01c9db10
authored
Feb 01, 2014
by
Mark Hoeber
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2409 from edx/markhoeber/documentation/fix-data-config
Markhoeber/documentation/fix data config
parents
8ac32e86
390c93c6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
docs/en_us/data/source/conf.py
+4
-4
No files found.
docs/en_us/data/source/conf.py
View file @
01c9db10
...
...
@@ -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'201
3
, edX'
copyright
=
u'201
4
, edX'
# The short X.Y version.
version
=
''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment