File: rules

package info (click to toggle)
sphinxcontrib-trio 1.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: python: 545; sh: 21; makefile: 18
file content (13 lines) | stat: -rwxr-xr-x 295 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /usr/bin/make -f

export PYBUILD_NAME = sphinxcontrib_trio
export PYBUILD_TEST_ARGS = -k 'not test_end_to_end'

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

execute_after_dh_auto_build:
	python3 -m sphinx docs/source debian/html

execute_after_dh_auto_clean:
	rm -rf debian/html