mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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>.
|
||||
|
||||
Reference in New Issue
Block a user