From 72a6406f0f5f1216891906fd3dd2d2e4dce629d7 Mon Sep 17 00:00:00 2001 From: Jyrki Pulliainen Date: Thu, 22 Oct 2020 13:36:13 +0300 Subject: [PATCH] Drop unneeded doc workarounds --- debian/rules | 7 ------- 1 file changed, 7 deletions(-) diff --git a/debian/rules b/debian/rules index 2f30e96..22c4fb4 100755 --- a/debian/rules +++ b/debian/rules @@ -26,12 +26,5 @@ override_dh_gencontrol: ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS))) override_dh_installdocs: python3 setup.py build_sphinx - ln -sf /usr/share/javascript/jquery/jquery.js doc/_build/html/_static/jquery.js - ln -sf /usr/share/javascript/underscore/underscore.js doc/_build/html/_static/underscore.js dh_installdocs doc/_build/html - -# Make Sphinxdocs build on Jessie and Xenial -override_dh_sphinxdoc: - dh_sphinxdoc -X.rst.html -X.rst.txt \ - -Xunderscore.js -Xjquery.js -X searchtools.js -X doctools.js endif