[Python-modules-commits] [ipywidgets] 08/09: Disable documentation until jupyter_sphinx_theme is available
Gordon Ball
chronitis-guest at moszumanska.debian.org
Sun Nov 6 13:17:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
chronitis-guest pushed a commit to branch master
in repository ipywidgets.
commit 32c6530855467855006dd1d6b9966487c14457f1
Author: Gordon Ball <gordon at chronitis.net>
Date: Sun Nov 6 13:54:45 2016 +0100
Disable documentation until jupyter_sphinx_theme is available
---
debian/control | 13 -------------
debian/rules | 8 +-------
2 files changed, 1 insertion(+), 20 deletions(-)
diff --git a/debian/control b/debian/control
index cb09071..b90df50 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,6 @@ Build-Depends: debhelper (>= 10),
dh-python,
python-all,
python-setuptools,
- python-sphinx,
- python-sphinx-rtd-theme,
python3-all,
python3-setuptools
X-Python-Version: >= 2.7
@@ -37,14 +35,3 @@ Description: Interactive widgets for the Jupyter notebook (Python 3)
to a model impact the results.
.
This package installs the library for Python 3.
-
-Package: python-ipywidgets-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
-Description: Interactive widgets for the Jupyter notebook (documentation)
- Notebooks come alive when interactive widgets are used. Learning becomes an
- immersive and fun experience. Researchers can easily see how changing inputs
- to a model impact the results.
- .
- This package installs documentation.
diff --git a/debian/rules b/debian/rules
index 3e5d22a..99201b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,12 +5,6 @@ export LC_ALL=C.UTF-8
export PYBUILD_NAME=ipywidgets
%:
- dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+ dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_test:
-
-override_dh_sphinxdoc:
-ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
- PYTHONPATH=. sphinx-build -b html docs/source debian/python-ipywidgets-doc/usr/share/doc/python-ipywidgets-doc/html
- dh_sphinxdoc -O--buildsystem=pybuild
-endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ipywidgets.git
More information about the Python-modules-commits
mailing list