diff --git a/docs/release_notes/source/01-16-2014.rst b/docs/release_notes/source/01-16-2014.rst
new file mode 100644
index 0000000000..5f87f999ee
--- /dev/null
+++ b/docs/release_notes/source/01-16-2014.rst
@@ -0,0 +1,51 @@
+###################################
+January 16, 2014
+###################################
+
+You can now access the public edX roadmap_ for details about the currently planned product direction.
+
+.. _roadmap: https://edx-wiki.atlassian.net/wiki/display/OPENPROD/OpenEdX+Public+Product+Roadmap
+
+
+*************
+edX Studio
+*************
+
+New documentation, `Building a Course with edX Studio `_, is available online_. You can also download the new guide as a PDF from the edX Studio user interface.
+
+.. _online: http://edx.readthedocs.org/projects/ca/en/latest/
+
+==========================
+Changes and Updates
+==========================
+
+
+* In certain situations, PDF files in the course were saved with the wrong content type. PDF files are now always stored with the content type ``application/pdf``. (STUD-878)
+
+* The **Files & Uploads** page has been updated so that you can sort files on the page by file name or the date the file was uploaded to the course. (STUD-995)
+
+ For more information, see the `updated documentation for adding files to your course `_.
+
+* The default **Course Start Date** for new courses is now **01/01/2030 GMT**. This is to ensure that your course does not start before you intend it to. You must change the course start date to the date you want students to begin using the course. (STUD-1072)
+
+ For more information, see the `updated documentation for setting important dates for your course `_.
+
+* For new courses, sections and subsections now have a default release date of **January 1, 2030**. In this case, you must adjust the release date to the day you want students to be able to view the content. (STUD-1072)
+
+ For more information, see the `updated documentation on release dates `_.
+
+***************************************
+edX Learning Management System
+***************************************
+
+* When a student sets the volume for a video, that volume setting is now saved and used when the student views subsequent videos. (BLD-518)
+
+
+
+* For Image Response problems, the correct answer now appears when a student clicks **Show Answer**. (BLD-633)
+
+******************
+Discussion Forums
+******************
+
+* The Vote button in the forum is now accessible by the keyboard and to screen readers. (FOR-64)
diff --git a/docs/release_notes/source/10-23-2013.rst b/docs/release_notes/source/10-23-2013.rst
index f085b6d267..793f6b9947 100644
--- a/docs/release_notes/source/10-23-2013.rst
+++ b/docs/release_notes/source/10-23-2013.rst
@@ -134,7 +134,7 @@ Changes and Updates
******************
-Forums
+Discussion Forums
******************
The following changes are included in this release:
diff --git a/docs/release_notes/source/12-09-2013.rst b/docs/release_notes/source/12-09-2013.rst
index 320a3124ad..bf0d51a135 100644
--- a/docs/release_notes/source/12-09-2013.rst
+++ b/docs/release_notes/source/12-09-2013.rst
@@ -59,7 +59,7 @@ The following changes are included in this release:
* The calculator tooltips are now fully accessible to screen readers. (BLD-533)
******************
-Forums
+Discussion Forums
******************
The following changes are included in this release:
diff --git a/docs/release_notes/source/12-17-2013.rst b/docs/release_notes/source/12-17-2013.rst
index 14c7a6dec6..b59a1db6d7 100644
--- a/docs/release_notes/source/12-17-2013.rst
+++ b/docs/release_notes/source/12-17-2013.rst
@@ -51,7 +51,7 @@ The following changes are included in this release:
******************
-Forums
+Discussion Forums
******************
The following changes are included in this release:
diff --git a/docs/release_notes/source/conf.py b/docs/release_notes/source/conf.py
index d7395e3b00..e75fc5531c 100644
--- a/docs/release_notes/source/conf.py
+++ b/docs/release_notes/source/conf.py
@@ -22,10 +22,14 @@ templates_path.append('source/_templates')
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path.append('source/_static')
+if not on_rtd: # only import and set the theme if we're building docs locally
+ import sphinx_rtd_theme
+ html_theme = 'sphinx_rtd_theme'
+ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# General information about the project.
project = u'Release Notes for edX Course Staff'
-copyright = u'2013, edX'
+copyright = u'2014, edX'
# The short X.Y version.
version = ''
diff --git a/docs/release_notes/source/index.rst b/docs/release_notes/source/index.rst
index a26aa65a34..bfff285ada 100755
--- a/docs/release_notes/source/index.rst
+++ b/docs/release_notes/source/index.rst
@@ -11,6 +11,7 @@ Contents
:maxdepth: 5
read_me
+ 01-16-2014
01-07-2014
12-17-2013
12-09-2013