Skip to content

Commit cce0e1a

Browse files
committed
Nicer make progress using potodo
1 parent 44820b3 commit cce0e1a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,4 @@ clean:
206206

207207
.PHONY: progress
208208
progress: venv
209-
$(VENV)/bin/python scripts/print_percentage.py
209+
$(VENV)/bin/potodo --offline --path tutorial/

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Sphinx==2.2.0
22
blurb
33
polib
44
pospell
5+
potodo
56
powrap
67
python-docs-theme
78
setuptools

0 commit comments

Comments
 (0)