From cce0e1af98b30bbb00168252e119f7ab6b2ddbaf Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Wed, 6 May 2020 18:40:06 +0200 Subject: [PATCH] Nicer `make progress` using `potodo` --- Makefile | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8776885272..24482e4264 100644 --- a/Makefile +++ b/Makefile @@ -206,4 +206,4 @@ clean: .PHONY: progress progress: venv - $(VENV)/bin/python scripts/print_percentage.py + $(VENV)/bin/potodo --offline --path tutorial/ diff --git a/requirements.txt b/requirements.txt index e7b172b257..29cdcbbfef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ Sphinx==2.2.0 blurb polib pospell +potodo powrap python-docs-theme setuptools