File: rules

package info (click to toggle)
sphinx-inline-tabs 2023.4.21-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 176 kB
  • sloc: python: 276; javascript: 25; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 171 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#! /usr/bin/make -f

export PYBUILD_DISABLE := test

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

execute_before_dh_installdocs:
	PYTHONPATH=src sphinx-build docs html