mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
c9032bd6bfde09ead2f4f879e85590d7cd6e68a6
* Disable Linkchecker Test. * Switch to unittest.mock in standard lib. * Apply `pyupgrade --py3-plus`. * Note: Using `builtins.open` mocks all calls to `open`, including test setup (such as in `load_config`). Whereas, `path.to.namespace.open` only mocks `open` in that namepsace. This all worked differently when we used `io.open` as that wasn't a builtin to begin with. * Add a helpful error msg for PY2 users who use non-standard install methods. Closes #1926.
MkDocs
Project documentation with Markdown.
- View the MkDocs documentation.
- Project release notes.
- Visit the MkDocs wiki for community resources, including third party themes and a list of MkDocs users.
- IRC channel:
#mkdocson freenode. - Discussions and support: https://groups.google.com/forum/#!forum/mkdocs
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.
Description
Languages
Python
81%
JavaScript
13.4%
HTML
4.1%
CSS
1.5%