File: rules

package info (click to toggle)
sphinx-celery 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 200 kB
  • sloc: python: 740; makefile: 4
file content (11 lines) | stat: -rwxr-xr-x 291 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export PYBUILD_NAME=sphinx-celery

# tests fail with
#   AttributeError: module 'sphinx_celery' has no attribute 'add_html_theme'
# somebody should probably debug it…  Before version 2.0.0 tests weren't run.
export PYBUILD_DISABLE=test

%:
	dh $@ --buildsystem=pybuild