major documentation rework and packaging
This commit is contained in:
Vendored
+6
-1
@@ -13,7 +13,12 @@ PYBASE=$(CURDIR)/debian/${PACKAGE_NAME}
|
||||
DH_ALWAYS_EXCLUDE=CVS:.git:venv:.venv:*.h5
|
||||
|
||||
%:
|
||||
dh $@ --buildsystem=pybuild
|
||||
dh $@ --buildsystem=pybuild --with sphinxdoc
|
||||
|
||||
override_dh_auto_build:
|
||||
dh_auto_build
|
||||
sphinx-build -N -bhtml doc/ build/doc
|
||||
|
||||
|
||||
override_dh_auto_test:
|
||||
PYBUILD_TEST_ARGS="-v $(CURDIR)/tests" dh_auto_test
|
||||
|
||||
Reference in New Issue
Block a user