File: rules

package info (click to toggle)
python-phx-class-registry 4.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 260 kB
  • sloc: python: 886; makefile: 19
file content (14 lines) | stat: -rwxr-xr-x 364 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export PYBUILD_NAME=phx-class-registry

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

override_dh_auto_clean:
	mv test/dummy_package.egg-info test/dummy_package
	dh_auto_clean
	mv test/dummy_package test/dummy_package.egg-info

execute_after_dh_auto_build:
	PYTHONPATH=. http_proxy='127.0.0.1:9' python3 -m sphinx -N -bhtml docs build/html