File: Makefile

package info (click to toggle)
joserfc 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,468 kB
  • sloc: python: 8,023; makefile: 18
file content (18 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
lang=en

dev-docs:
	sphinx-build docs public/${lang} -D language=${lang} -b dirhtml -a


build-docs:
	@sphinx-build docs public/${lang} -D language=${lang} -b dirhtml
	@rm public/${lang}/.buildinfo
	@rm -r public/${lang}/.doctrees


clean-docs:
	@rm -fr public/${lang}


coverage:
	@pytest --cov --cov-report=html