Deployed 0504264 with MkDocs version: 0.17.3

This commit is contained in:
Waylan Limberg
2018-03-07 15:45:44 -05:00
parent 90e55b68c5
commit 8fb1c0d7e2
5 changed files with 38 additions and 18 deletions

View File

@@ -136,6 +136,8 @@
<li class="main active"><a href="#release-notes">Release Notes</a></li>
<li><a href="#upgrading">Upgrading</a></li>
<li><a href="#maintenance-team">Maintenance team</a></li>
<li><a href="#version-0173-2018-03-07">Version 0.17.3 (2018-03-07)</a></li>
<li><a href="#version-0172-2017-11-15">Version 0.17.2 (2017-11-15)</a></li>
<li><a href="#version-0171-2017-10-30">Version 0.17.1 (2017-10-30)</a></li>
<li><a href="#version-0170-2017-10-19">Version 0.17.0 (2017-10-19)</a></li>
<li><a href="#version-0163-2017-04-04">Version 0.16.3 (2017-04-04)</a></li>
@@ -178,6 +180,14 @@ mkdocs, version 0.15.2
<li><a href="https://github.com/d0ugal/">@d0ugal</a></li>
<li><a href="https://github.com/waylan/">@waylan</a></li>
</ul>
<h2 id="version-0173-2018-03-07">Version 0.17.3 (2018-03-07)<a class="headerlink" href="#version-0173-2018-03-07" title="Permanent link"></a></h2>
<ul>
<li>Bugfix: Set dependency <code>tornado&gt;=4.1,&lt;5.0</code> due to changes in 5.0 (#1428).</li>
</ul>
<h2 id="version-0172-2017-11-15">Version 0.17.2 (2017-11-15)<a class="headerlink" href="#version-0172-2017-11-15" title="Permanent link"></a></h2>
<ul>
<li>Bugfix: Correct <code>extra_*</code> config setting regressions (#1335 &amp; #1336).</li>
</ul>
<h2 id="version-0171-2017-10-30">Version 0.17.1 (2017-10-30)<a class="headerlink" href="#version-0171-2017-10-30" title="Permanent link"></a></h2>
<ul>
<li>Bugfix: Support <code>repo_url</code> with missing ending slash. (#1321).</li>

View File

@@ -460,6 +460,6 @@ the MkDocs IRC channel <code>#mkdocs</code> on freenode.</p></div>
</html>
<!--
MkDocs version : 0.17.1
Build Date UTC : 2017-10-30 18:54:01
MkDocs version : 0.17.3
Build Date UTC : 2018-03-07 20:45:43
-->

File diff suppressed because one or more lines are too long

View File

@@ -4,7 +4,7 @@
<url>
<loc>http://www.mkdocs.org/</loc>
<lastmod>2017-10-30</lastmod>
<lastmod>2018-03-07</lastmod>
<changefreq>daily</changefreq>
</url>
@@ -13,37 +13,37 @@
<url>
<loc>http://www.mkdocs.org/user-guide/writing-your-docs/</loc>
<lastmod>2017-10-30</lastmod>
<lastmod>2018-03-07</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://www.mkdocs.org/user-guide/styling-your-docs/</loc>
<lastmod>2017-10-30</lastmod>
<lastmod>2018-03-07</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://www.mkdocs.org/user-guide/configuration/</loc>
<lastmod>2017-10-30</lastmod>
<lastmod>2018-03-07</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://www.mkdocs.org/user-guide/deploying-your-docs/</loc>
<lastmod>2017-10-30</lastmod>
<lastmod>2018-03-07</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://www.mkdocs.org/user-guide/custom-themes/</loc>
<lastmod>2017-10-30</lastmod>
<lastmod>2018-03-07</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://www.mkdocs.org/user-guide/plugins/</loc>
<lastmod>2017-10-30</lastmod>
<lastmod>2018-03-07</lastmod>
<changefreq>daily</changefreq>
</url>
@@ -53,19 +53,19 @@
<url>
<loc>http://www.mkdocs.org/about/release-notes/</loc>
<lastmod>2017-10-30</lastmod>
<lastmod>2018-03-07</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://www.mkdocs.org/about/contributing/</loc>
<lastmod>2017-10-30</lastmod>
<lastmod>2018-03-07</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://www.mkdocs.org/about/license/</loc>
<lastmod>2017-10-30</lastmod>
<lastmod>2018-03-07</lastmod>
<changefreq>daily</changefreq>
</url>

View File

@@ -373,8 +373,8 @@ setting <code>use_directory_urls</code> to <code>true</code> or <code>false</cod
<tr>
<th>Source file</th>
<th>Generated HTML</th>
<th>use_directory_urls=true</th>
<th>use_directory_urls=false</th>
<th>use_directory_urls: true</th>
<th>use_directory_urls: false</th>
</tr>
</thead>
<tbody>
@@ -398,7 +398,7 @@ setting <code>use_directory_urls</code> to <code>true</code> or <code>false</cod
</tr>
</tbody>
</table>
<p>The default style of <code>use_directory_urls=true</code> creates more user friendly URLs,
<p>The default style of <code>use_directory_urls: true</code> creates more user friendly URLs,
and is usually what you'll want to use.</p>
<p>The alternate style can occasionally be useful if you want your documentation to
remain properly linked when opening pages directly from the file system, because