We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44820b3 + cce0e1a commit bdd7501Copy full SHA for bdd7501
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