This is an automated email from the git hooks/post-receive script. a_valentino-guest pushed a commit to branch master in repository pyepr.
commit 61133cb519fc28b5454c4e4ee78a34bce71c5509 Author: Antonio Valentino <[email protected]> Date: Sat Feb 28 18:21:17 2015 +0100 Refresh all patches --- ...use-local-files-for-generating-sphinx-doc.patch | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/debian/patches/0001-Only-use-local-files-for-generating-sphinx-doc.patch b/debian/patches/0001-Only-use-local-files-for-generating-sphinx-doc.patch index 5566ddb..fd6c66a 100644 --- a/debian/patches/0001-Only-use-local-files-for-generating-sphinx-doc.patch +++ b/debian/patches/0001-Only-use-local-files-for-generating-sphinx-doc.patch @@ -10,29 +10,31 @@ happens any longer (Closes: #726859). doc/conf.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) -diff --git a/doc/conf.py b/doc/conf.py -index 39584de..387b2f2 100644 ---- a/doc/conf.py -+++ b/doc/conf.py -@@ -123,8 +123,10 @@ extlinks = { +Index: pyepr/doc/conf.py +=================================================================== +--- pyepr.orig/doc/conf.py ++++ pyepr/doc/conf.py +@@ -130,8 +130,10 @@ extlinks = { # Intersphinx intersphinx_mapping = { -- 'python': ('http://docs.python.org', None), +- 'python': ('https://docs.python.org/3', None), - 'numpy': ('http://docs.scipy.org/doc/numpy', None), -+ 'python': ('http://docs.python.org', ++ 'python': ('https://docs.python.org/3', + '/usr/share/doc/python-doc/html/objects.inv'), + 'numpy': ('http://docs.scipy.org/doc/numpy', + '/usr/share/doc/python-numpy-doc/html/objects.inv'), } -@@ -176,7 +178,7 @@ html_last_updated_fmt = '%b %d, %Y' +@@ -188,8 +190,8 @@ html_last_updated_fmt = '%b %d, %Y' # Custom sidebar templates, maps document names to template names. html_sidebars = { 'index': ['globaltoc.html', 'relations.html', 'sourcelink.html', -- 'searchbox.html', 'ohloh.html', 'travis-ci.html'], -+ 'searchbox.html'] # , 'ohloh.html', 'travis-ci.html'], +- 'searchbox.html', 'ohloh.html', 'pypi.html', +- 'travis-ci.html', 'appveyor.html'], ++ 'searchbox.html'] # , 'ohloh.html', 'pypi.html', ++ # 'travis-ci.html', 'appveyor.html'], } # Additional templates that should be rendered to pages, maps page names to -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyepr.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

