From f9c3ac73e0ad3d16d2454dc5ad9d084b13114286 Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Fri, 2 Nov 2018 20:55:33 -0600 Subject: [PATCH] Docs: ghp-import works on Windows now see https://github.com/davisp/ghp-import/pull/25 --- docs/tips.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/tips.rst b/docs/tips.rst index b5df39ef..7aeee937 100644 --- a/docs/tips.rst +++ b/docs/tips.rst @@ -71,12 +71,6 @@ already exist). The ``git push origin gh-pages`` command updates the remote created by the ``pelican-quickstart`` command publishes the Pelican site as Project Pages, as described above. -.. note:: ghp-import on Windows - - Until `ghp-import Pull Request #25 `_ - is accepted, you will need to install a custom build of ghp-import: - ``pip install https://github.com/chevah/ghp-import/archive/win-support.zip`` - User Pages ----------