mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 18:08:31 +07:00
The different import path in __main__.py allows us to patch load_config. See https://docs.python.org/3/library/unittest.mock.html#where-to-patch Fixes #738