[SCM] dataset manipulation GUI generator branch, master, updated. upstream/1.2.2-20-g390df01

Frédéric-Emmanuel PICCA picca at synchrotron-soleil.fr
Tue Nov 9 14:14:52 UTC 2010


The following commit has been merged in the master branch:
commit 160f99c1e7111c4b71e2b592aef015c65cbcad5a
Author: Frédéric-Emmanuel PICCA <picca at synchrotron-soleil.fr>
Date:   Tue Nov 9 09:09:47 2010 +0100

    * fix the jquery search
    
    thanks to this mail: http://lists.debian.org/debian-python/2010/11/msg00024.html

diff --git a/debian/rules b/debian/rules
index 3232d6f..0396968 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,11 @@ override_dh_clean:
 	rm -rf build/sphinx
 	dh_clean
 
+# do not compress the javascript files generated by sphinx
+# if compressed the documentation search engine is broken.
+override_dh_compress:
+	dh_compress -X.js
+
 # until the upstream rename doc_src -> doc
 override_dh_auto_build:
 	mv -f doc_src doc
diff --git a/doc_src/conf.py b/doc_src/conf.py
index 4e66c5d..98555de 100644
--- a/doc_src/conf.py
+++ b/doc_src/conf.py
@@ -89,6 +89,8 @@ pygments_style = 'sphinx'
 
 # -- Options for HTML output ---------------------------------------------------
 
+html_copy_source=False
+
 # The theme to use for HTML and HTML Help pages.  Major themes that come with
 # Sphinx are currently 'default' and 'sphinxdoc'.
 html_theme = 'default'

-- 
dataset manipulation GUI generator



More information about the debian-science-commits mailing list