[Python-apps-commits] r12536 - in packages/pep257/trunk/debian (rules)
danstender-guest at users.alioth.debian.org
danstender-guest at users.alioth.debian.org
Sun Oct 25 19:08:23 UTC 2015
Date: Sunday, October 25, 2015 @ 19:08:23
Author: danstender-guest
Revision: 12536
deb/rules: adjusted PYTHONPATH for Sphinx build
Modified:
packages/pep257/trunk/debian/rules
Modified: packages/pep257/trunk/debian/rules
===================================================================
--- packages/pep257/trunk/debian/rules 2015-10-25 19:04:28 UTC (rev 12535)
+++ packages/pep257/trunk/debian/rules 2015-10-25 19:08:23 UTC (rev 12536)
@@ -15,5 +15,5 @@
dh_installchangelogs docs/release_notes.rst
override_dh_installman:
- PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -D today_fmt="$(DEBDATE)" -N -bman docs .pybuild
+ PYTHONPATH=./src http_proxy='127.0.0.1:9' sphinx-build -D today_fmt="$(DEBDATE)" -N -bman docs .pybuild
dh_installman .pybuild/pep257.1
More information about the Python-apps-commits
mailing list