mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Replace vendored (and modified) copy of ghp_import with dependency on upstream library. As of version 1.0+ ghp_import includes a Python API. MkDocs can now benefit from recent bug fixes and new features, including the following: * A `.nojekyll` file is automatically included when deploying to GitHub Pages. * The `--shell` flag is now available, which reportedly works better on Windows. * Git author and committer environment variables should be respected. Resolves #2170 and resolves #1383.