We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make progress
potodo
1 parent 44820b3 commit cce0e1aCopy full SHA for cce0e1a
Makefile
@@ -206,4 +206,4 @@ clean:
206
207
.PHONY: progress
208
progress: venv
209
- $(VENV)/bin/python scripts/print_percentage.py
+ $(VENV)/bin/potodo --offline --path tutorial/
requirements.txt
@@ -2,6 +2,7 @@ Sphinx==2.2.0
2
blurb
3
polib
4
pospell
5
+potodo
6
powrap
7
python-docs-theme
8
setuptools
0 commit comments