File: rules

package info (click to toggle)
pystaticconfiguration 0.10.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 356 kB
  • sloc: python: 2,305; makefile: 8
file content (15 lines) | stat: -rwxr-xr-x 411 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export PYBUILD_NAME=staticconf
export PYBUILD_TEST_ARGS_python2="-k-TestConfigurationWatcher"

# Needed so that the tests find the testing.* modules
export PYTHONPATH=$(CURDIR)

%:
	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild


override_dh_auto_build:
	dh_auto_build
	PYTHONPATH=. http_proxy='127.0.0.1:9' python3 -m sphinx -N -bhtml docs/source build/html # HTML generator