diff --git a/readthedocs/projects/tasks.py b/readthedocs/projects/tasks.py index bb3220a9a..db0b9920c 100644 --- a/readthedocs/projects/tasks.py +++ b/readthedocs/projects/tasks.py @@ -74,7 +74,7 @@ def update_docs(pk, record=True, pdf=True, man=True, epub=True, dash=True, project = make_api_project(project_data) if 'edx-platform' in project.repo_url: # Skip edx for now - continue + return log.info("Building %s" % project) if version_pk: diff --git a/readthedocs/templates/base.html b/readthedocs/templates/base.html index 9179d5a0c..a470e21a0 100644 --- a/readthedocs/templates/base.html +++ b/readthedocs/templates/base.html @@ -84,16 +84,23 @@

Github | {% trans "Docs" %}. -

-

- - {% trans 'Thanks for believing in us: RevSys, Python Software Foundation, Mozilla Web Dev, Django Software Foundation, Lab305, and enn.io.' %} -

-

{% trans 'Made by humans. Funded by readers like you.' %}

{% endblock %} + +

+ Read the Docs Announcements + +

+
+ + +
+
+

+ +