Merge pull request #2546 from edx/markhoeber/documentation/dev-doc-toc
Fixed TOC and copyright
This commit is contained in:
@@ -68,6 +68,9 @@ exclude_patterns = ['build']
|
||||
# Output file base name for HTML help builder.
|
||||
htmlhelp_basename = 'edXDocs'
|
||||
|
||||
project = u'edX Platform Developer Documentation'
|
||||
copyright = u'2014, edX'
|
||||
|
||||
# --- Mock modules ------------------------------------------------------------
|
||||
|
||||
# Mock all the modules that the readthedocs build can't import
|
||||
|
||||
@@ -15,12 +15,22 @@ Contents:
|
||||
:maxdepth: 2
|
||||
|
||||
overview.rst
|
||||
common-lib.rst
|
||||
djangoapps.rst
|
||||
|
||||
overview.rst
|
||||
common-lib.rst
|
||||
APIs
|
||||
-----
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
djangoapps.rst
|
||||
common-lib.rst
|
||||
|
||||
Internationalization
|
||||
---------------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
i18n.rst
|
||||
i18n_translators_guide.rst
|
||||
|
||||
|
||||
Reference in New Issue
Block a user