[python-xrayutilities] 05/05: Use sphinx-build for documentation

Eugen Wintersberger eugenwintersberger-guest at moszumanska.debian.org
Sat Apr 25 17:39:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

eugenwintersberger-guest pushed a commit to branch master
in repository python-xrayutilities.

commit 507898018493085cea9d5ab7f51ffe5b5ea0a1dc
Author: Eugen Wintersberger <eugen.wintersberger at gmail.com>
Date:   Sat Apr 25 13:41:36 2015 +0200

    Use sphinx-build for documentation
    
    The use documentation is now built by sphinx-build directly.
    This seems to solve all the problems we had until now with the documentation
    build.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index a06da6a..a0ffd85 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ override_dh_auto_clean:
 
 override_dh_auto_build:
 	dh_auto_build
-	python setup.py build_doc
+	sphinx-build -bhtml doc/source build/sphinx/html
 
 override_dh_auto_install:
 	dh_numpy

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-xrayutilities.git



More information about the debian-science-commits mailing list