From ffee57f07983a7efcf097757cb7bf9a619c74896 Mon Sep 17 00:00:00 2001 From: Javier Tia Date: Tue, 2 Jun 2015 14:56:56 -0600 Subject: [PATCH 1/2] Add copyright footer for readthedocs theme --- mkdocs/themes/readthedocs/footer.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mkdocs/themes/readthedocs/footer.html b/mkdocs/themes/readthedocs/footer.html index 1fa57f25..9f707cd4 100644 --- a/mkdocs/themes/readthedocs/footer.html +++ b/mkdocs/themes/readthedocs/footer.html @@ -13,9 +13,10 @@
-

-

+ {% if copyright %} +

{{ copyright }}

+ {% endif %}
Built with MkDocs using a theme provided by Read the Docs. From 65301010857fc40faf27789b7d47cacee4318210 Mon Sep 17 00:00:00 2001 From: Javier Tia Date: Wed, 3 Jun 2015 02:45:47 -0600 Subject: [PATCH 2/2] release-notes: mention copyright footer readthedocs theme change --- docs/about/release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md index ee4ed07a..7970a6a5 100644 --- a/docs/about/release-notes.md +++ b/docs/about/release-notes.md @@ -17,6 +17,7 @@ You can determine your currently installed version using `mkdocs --version`: * Add `--quiet` and `--verbose` options to all subcommands. * Add short options (`-a`) to most command line options. +* Add copyright footer for readthedocs theme. ## Version 0.13.3 (2015-06-02)