[Python-apps-commits] r12537 - in packages/pep257/trunk/debian (rules)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Sun Oct 25 19:09:13 UTC 2015


    Date: Sunday, October 25, 2015 @ 19:09:13
  Author: danstender-guest
Revision: 12537

deb/rules: removed http_proxy from Sphinx build (not needed)

Modified:
  packages/pep257/trunk/debian/rules

Modified: packages/pep257/trunk/debian/rules
===================================================================
--- packages/pep257/trunk/debian/rules	2015-10-25 19:08:23 UTC (rev 12536)
+++ packages/pep257/trunk/debian/rules	2015-10-25 19:09:13 UTC (rev 12537)
@@ -15,5 +15,5 @@
 	dh_installchangelogs docs/release_notes.rst
 
 override_dh_installman:
-	PYTHONPATH=./src http_proxy='127.0.0.1:9' sphinx-build -D today_fmt="$(DEBDATE)" -N -bman docs .pybuild
+	PYTHONPATH=./src sphinx-build -D today_fmt="$(DEBDATE)" -N -bman docs .pybuild
 	dh_installman .pybuild/pep257.1




More information about the Python-apps-commits mailing list