[pysph] 01/03: Remove redundant sphinx.ext.mathjax. (Closes: #828917)

Anton Gladky gladk at moszumanska.debian.org
Mon Aug 1 16:37:33 UTC 2016


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

gladk pushed a commit to branch master
in repository pysph.

commit 64fc2c3d9ffdf2481e4274e517e35f83112afbbf
Author: Anton Gladky <gladk at debian.org>
Date:   Mon Aug 1 18:35:47 2016 +0200

    Remove redundant sphinx.ext.mathjax. (Closes: #828917)
---
 debian/patches/10_remove_sphinx_module.patch | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/patches/10_remove_sphinx_module.patch b/debian/patches/10_remove_sphinx_module.patch
index a068b23..1db6e57 100644
--- a/debian/patches/10_remove_sphinx_module.patch
+++ b/debian/patches/10_remove_sphinx_module.patch
@@ -15,12 +15,13 @@ Index: pysph-0~20160514.git91867dc/docs/source/conf.py
  # If extensions (or modules to document with autodoc) are in another directory,
  # add these directories to sys.path here. If the directory is relative to the
  # documentation root, use os.path.abspath to make it absolute, like shown here.
-@@ -29,14 +28,10 @@ from os.path import join
+@@ -28,15 +27,10 @@ from os.path import join
+ 
  # Add any Sphinx extension module names here, as strings. They can be extensions
  # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
- extensions = ['sphinx.ext.autodoc', 'sphinx.ext.pngmath', 'sphinx.ext.mathjax',
+-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.pngmath', 'sphinx.ext.mathjax',
 -'sphinx.ext.viewcode', 'sphinx.ext.napoleon']
-+'sphinx.ext.viewcode']
++extensions = ['sphinx.ext.autodoc', 'sphinx.ext.pngmath', 'sphinx.ext.viewcode']
  
  autodoc_default_flags = ['show-inheritance']
  autoclass_content = "both"
@@ -31,7 +32,7 @@ Index: pysph-0~20160514.git91867dc/docs/source/conf.py
  
  # Add any paths that contain templates here, relative to this directory.
  templates_path = ['_templates']
-@@ -101,7 +96,7 @@ pygments_style = 'sphinx'
+@@ -101,7 +95,7 @@ pygments_style = 'sphinx'
  
  # The theme to use for HTML and HTML Help pages.  See the documentation for
  # a list of builtin themes.

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



More information about the debian-science-commits mailing list