File: rules

package info (click to toggle)
python-asv-bench-memray 0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 148 kB
  • sloc: python: 53; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 362 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export PYBUILD_NAME=asv_bench_memray

%:
	dh $@ --with sphinxdoc --buildsystem=pybuild

override_dh_installdocs:
	https_proxy='127.0.0.1:9' http_proxy='127.0.0.1:9' sphinx-build -b html doc/source build/sphinx/html
	dh_installdocs -ppython-asv-bench-memray-doc --doc-main-package=python-asv-bench-memray-doc build/sphinx/html
	dh_installdocs