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

try docfu 1.0.3 to hopefully fix smart_strong import error #2068

Merged
merged 2 commits into from
Nov 4, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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