[Python-modules-commits] r31066 - in packages/oct2py/trunk/debian (3 files)
noahfx-guest at users.alioth.debian.org
noahfx-guest at users.alioth.debian.org
Wed Oct 15 23:32:52 UTC 2014
Date: Wednesday, October 15, 2014 @ 23:32:52
Author: noahfx-guest
Revision: 31066
d/control: added numpydoc dependency
d/patches: Added patch to remove boostrap reference
Added:
packages/oct2py/trunk/debian/patches/03-remove-bootstrap-ref.patch
Modified:
packages/oct2py/trunk/debian/control
packages/oct2py/trunk/debian/patches/series
Modified: packages/oct2py/trunk/debian/control
===================================================================
--- packages/oct2py/trunk/debian/control 2014-10-15 23:17:11 UTC (rev 31065)
+++ packages/oct2py/trunk/debian/control 2014-10-15 23:32:52 UTC (rev 31066)
@@ -17,7 +17,8 @@
ipython3 (>= 2.2.0),
python3-nose (>= 1.3.4),
octave (>= 3.8.2),
- python-sphinx (>= 1.0.7+dfsg-1~)
+ python-sphinx (>= 1.0.7+dfsg-1~),
+ python-numpydoc (>= 0.4)
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.4
Standards-Version: 3.9.6
@@ -53,7 +54,7 @@
.
This is the Python 3 version of the package.
-Packae: python-oct2py-doc
+Package: python-oct2py-doc
Architecture: all
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Python to GNU Octave bridge to run m-files (common documentation)
Added: packages/oct2py/trunk/debian/patches/03-remove-bootstrap-ref.patch
===================================================================
--- packages/oct2py/trunk/debian/patches/03-remove-bootstrap-ref.patch (rev 0)
+++ packages/oct2py/trunk/debian/patches/03-remove-bootstrap-ref.patch 2014-10-15 23:32:52 UTC (rev 31066)
@@ -0,0 +1,33 @@
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -95,23 +95,23 @@
+
+ # The theme to use for HTML and HTML Help pages. See the documentation for
+ # a list of builtin themes.
+-import sphinx_bootstrap_theme
++#import sphinx_bootstrap_theme
+
+-html_theme = 'bootstrap'
++#html_theme = 'bootstrap'
+
+ # Theme options are theme-specific and customize the look and feel of a theme
+ # further. For a list of options available for each theme, see the
+ # documentation.
+ #html_theme_options = {}
+-html_theme_options = {
++#html_theme_options = {
+ #'navbar_class': 'navbar-inverse',
+ #'navbar_sidebarrel': False,
+- 'bootswatch_theme': 'cosmo',
+- 'bootstrap_version': '3',
+-}
++# 'bootswatch_theme': 'cosmo',
++# 'bootstrap_version': '3',
++#}
+
+ # Add any paths that contain custom themes here, relative to this directory.
+-html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
++#html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
+
+ # The name for this set of Sphinx documents. If None, it defaults to
+ # "<project> v<release> documentation".
Modified: packages/oct2py/trunk/debian/patches/series
===================================================================
--- packages/oct2py/trunk/debian/patches/series 2014-10-15 23:17:11 UTC (rev 31065)
+++ packages/oct2py/trunk/debian/patches/series 2014-10-15 23:32:52 UTC (rev 31066)
@@ -1,2 +1,3 @@
+03-remove-bootstrap-ref.patch
01-removes-plot-function.patch
02-removes-install_requires.patch
More information about the Python-modules-commits
mailing list