Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
01c9db10
Commit
01c9db10
authored
11 years ago
by
Mark Hoeber
Browse files
Options
Downloads
Plain Diff
Merge pull request #2409 from edx/markhoeber/documentation/fix-data-config
Markhoeber/documentation/fix data config
parents
8ac32e86
390c93c6
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/en_us/data/source/conf.py
+4
-4
4 additions, 4 deletions
docs/en_us/data/source/conf.py
with
4 additions
and
4 deletions
docs/en_us/data/source/conf.py
+
4
−
4
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
=
''
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment