Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
fix(Makefile): smart_strong import error on docfu install (#2068)
Browse files Browse the repository at this point in the history
Fixed in docfu 1.0.4, which locks us to python-markdown 2.6.11 (the last version to include smart_strong).
https://github.com/FineUploader/docfu/releases/tag/1.0.4
  • Loading branch information
rnicholus authored Nov 4, 2018
1 parent 15fb63a commit a17fe7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ endif
.PHONY: docs-travis

install-docfu:
git clone --depth 1 -b 1.0.2 https://github.com/FineUploader/docfu
git clone --depth 1 -b 1.0.4 https://github.com/FineUploader/docfu
(cd docfu ; python setup.py install)
rm -rf docfu
.PHONY: install-docfu
Expand Down

0 comments on commit a17fe7b

Please sign in to comment.