Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Sam Hatfield
2015-06-04 12:06:08 +01:00
2 changed files with 4 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ You can determine your currently installed version using `mkdocs --version`:
* Remove dependancy on the six library. (#583)
* 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)

View File

@@ -13,9 +13,10 @@
<hr/>
<div role="contentinfo">
<p>
<!-- Copyright etc -->
</p>
{% if copyright %}
<p>{{ copyright }}</p>
{% endif %}
</div>
Built with <a href="http://www.mkdocs.org">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.