summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Streicher <olebole@debian.org>2021-04-25 14:11:05 +0200
committerOle Streicher <olebole@debian.org>2021-04-25 14:11:05 +0200
commitb00d720f36d10c6130332bb5aa49501e47d812b4 (patch)
tree9bb245321acc3fe37f307476679dd5a8e6ec0521
parent40fcce7918102b3c47eb995b791ef8c01b03fb81 (diff)
Re-enable documentation build
Closes: #987459
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 08ef8e4..0f462ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,6 @@ override_dh_auto_test:
dh_auto_test
override_dh_installdocs-indep:
- #PYTHONPATH=. http_proxy='localhost' python3 -m sphinx -N -bhtml -D mathjax_path="/usr/share/javascript/mathjax/MathJax.js" doc/ build/html # HTML generator
+ PYTHONPATH=. http_proxy='localhost' python3 -m sphinx -N -bhtml -D mathjax_path="/usr/share/javascript/mathjax/MathJax.js" doc/ build/html # HTML generator
dh_installdocs -i
- #dh_installdocs build/html -p python-lmfit-doc --doc-main-package=python3-lmfit
+ dh_installdocs build/html -p python-lmfit-doc --doc-main-package=python3-lmfit