Konstantin Molchanov 1c3d3e1e75 Fix Python 3.7 and PEP 479 incompatibility
With [PEP 479](https://www.python.org/dev/peps/pep-0479/) implemented in Python 3.7, raised `StopIteration` is now translated into `RuntimeError`, which breaks `mkdocs build` command.

The recommended way to exit generators is to use `return` instead of raising `StopIteartion`: https://www.python.org/dev/peps/pep-0479/#id39
2018-07-06 10:10:46 -04:00
2016-05-31 12:03:09 +01:00
2016-10-09 20:32:18 -04:00
2014-02-10 19:44:11 +00:00
2017-10-01 16:48:47 -04:00
2017-10-01 16:48:47 -04:00
2017-10-04 13:17:00 -04:00
2014-10-13 21:23:34 +01:00
2017-10-01 16:48:47 -04:00
2017-10-27 10:40:54 -04:00
2017-04-07 15:42:08 +01:00
2015-04-21 16:57:32 +01:00

MkDocs

Project documentation with Markdown.


PyPI Version Build Status Windows Build Status Coverage Status Landscale Code Health

Code of Conduct

Everyone interacting in the MkDocs project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the PyPA Code of Conduct.

Languages
Python 81%
JavaScript 13.4%
HTML 4.1%
CSS 1.5%