Skip to content

Commit

Permalink
Drop unneeded doc workarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
nailor committed Oct 22, 2020
1 parent acf2e02 commit 72a6406
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 72a6406

Please sign in to comment.