From 318116f29152fdb1b4bffc463ed6dca4c37d0ad8 Mon Sep 17 00:00:00 2001
From: John Jarvis
Date: Thu, 2 Jan 2014 20:16:19 -0500
Subject: [PATCH] bad closing quote in footer
---
docsite/_themes/srtd/footer.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docsite/_themes/srtd/footer.html b/docsite/_themes/srtd/footer.html
index 0e53d0eb21..ea0efc35ad 100644
--- a/docsite/_themes/srtd/footer.html
+++ b/docsite/_themes/srtd/footer.html
@@ -20,6 +20,6 @@
{%- endif %}
-Ansible docs are generated from Sphinx using a theme provided by Read the Docs. {% if pagename.endswith("_module") %}. Module documentation is not edited directly, but is generated from the source code for the modules. To submit an update to module docs, edit the 'DOCUMENTATION' metadata in the module source tree. {% endif %}
+Ansible docs are generated from GitHub sources using Sphinx using a theme provided by Read the Docs. {% if pagename.endswith("_module") %}. Module documentation is not edited directly, but is generated from the source code for the modules. To submit an update to module docs, edit the 'DOCUMENTATION' metadata in the module source tree. {% endif %}