diff --git a/docsite/_themes/srtd/footer.html b/docsite/_themes/srtd/footer.html index dc1d70a4d1..530ed782da 100644 --- a/docsite/_themes/srtd/footer.html +++ b/docsite/_themes/srtd/footer.html @@ -22,13 +22,14 @@
- © Copyright 2016 Ansible, Inc..
+ Copyright © 2016 Red Hat, Inc.
+
{%- if last_updated %}
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
{%- 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 core and extras modules source repositories. {% endif %} - +
diff --git a/docsite/rst/quickstart.rst b/docsite/rst/quickstart.rst index 1f6957b433..33a41b6515 100644 --- a/docsite/rst/quickstart.rst +++ b/docsite/rst/quickstart.rst @@ -3,7 +3,7 @@ Quickstart Video We've recorded a short video that shows how to get started with Ansible that you may like to use alongside the documentation. -The `quickstart video