commit python-nbsphinx for openSUSE:Factory

2020-07-01 Thread root
Hello community,

here is the log from the commit of package python-nbsphinx for openSUSE:Factory 
checked in at 2020-07-01 14:27:25

Comparing /work/SRC/openSUSE:Factory/python-nbsphinx (Old)
 and  /work/SRC/openSUSE:Factory/.python-nbsphinx.new.3060 (New)


Package is "python-nbsphinx"

Wed Jul  1 14:27:25 2020 rev:7 rq:818058 version:0.7.1

Changes:

--- /work/SRC/openSUSE:Factory/python-nbsphinx/python-nbsphinx.changes  
2020-06-10 00:50:05.507207998 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-nbsphinx.new.3060/python-nbsphinx.changes
2020-07-01 14:27:28.522912783 +0200
@@ -1,0 +2,6 @@
+Wed Jul  1 08:45:30 UTC 2020 - Marketa Calabkova 
+
+- Update to 0.7.1
+  * Avoid links on scaled images
+
+---

Old:

  nbsphinx-0.7.0.tar.gz

New:

  nbsphinx-0.7.1.tar.gz



Other differences:
--
++ python-nbsphinx.spec ++
--- /var/tmp/diff_new_pack.cXkmuS/_old  2020-07-01 14:27:29.006914283 +0200
+++ /var/tmp/diff_new_pack.cXkmuS/_new  2020-07-01 14:27:29.010914296 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-nbsphinx
-Version:0.7.0
+Version:0.7.1
 Release:0
 Summary:Jupyter Notebook Tools for Sphinx
 License:MIT

++ nbsphinx-0.7.0.tar.gz -> nbsphinx-0.7.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-0.7.0/NEWS.rst new/nbsphinx-0.7.1/NEWS.rst
--- old/nbsphinx-0.7.0/NEWS.rst 2020-05-08 13:42:27.0 +0200
+++ new/nbsphinx-0.7.1/NEWS.rst 2020-06-16 19:00:15.0 +0200
@@ -1,3 +1,6 @@
+Version 0.7.1 (2020-06-16):
+ * Avoid links on scaled images
+
 Version 0.7.0 (2020-05-08):
  * Warnings can be suppressed with ``suppress_warnings``.
  *  tags are handled in Markdown cells; the ``alt``, ``width``,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-0.7.0/PKG-INFO new/nbsphinx-0.7.1/PKG-INFO
--- old/nbsphinx-0.7.0/PKG-INFO 2020-05-08 13:45:10.372964600 +0200
+++ new/nbsphinx-0.7.1/PKG-INFO 2020-06-16 19:01:18.869664700 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: nbsphinx
-Version: 0.7.0
+Version: 0.7.1
 Summary: Jupyter Notebook Tools for Sphinx
 Home-page: https://nbsphinx.readthedocs.io/
 Author: Matthias Geier
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-0.7.0/doc/conf.py 
new/nbsphinx-0.7.1/doc/conf.py
--- old/nbsphinx-0.7.0/doc/conf.py  2020-05-07 14:56:57.0 +0200
+++ new/nbsphinx-0.7.1/doc/conf.py  2020-06-14 21:15:21.0 +0200
@@ -22,9 +22,6 @@
 # Don't add .txt suffix to source files:
 html_sourcelink_suffix = ''
 
-# Work-around until https://github.com/sphinx-doc/sphinx/issues/4229 is solved:
-html_scaled_image_link = False
-
 # List of arguments to be passed to the kernel that executes the notebooks:
 nbsphinx_execute_arguments = [
 "--InlineBackend.figure_formats={'svg', 'pdf'}",
@@ -49,7 +46,7 @@
   This page was generated from
   https://github.com/spatialaudio/nbsphinx/blob/{{ env.config.release|e 
}}/{{ docname|e }}">{{ docname|e }}.
   Interactive online version:
-  https://mybinder.org/v2/gh/spatialaudio/nbsphinx/{{ 
env.config.release|e }}?filepath={{ docname|e }}">https://mybinder.org/badge_logo.svg; 
style="vertical-align:text-bottom">.
+  https://mybinder.org/v2/gh/spatialaudio/nbsphinx/{{ env.config.release|e 
}}?filepath={{ docname|e }}">https://mybinder.org/badge_logo.svg; 
style="vertical-align:text-bottom">.
   

commit python-nbsphinx for openSUSE:Factory

2020-06-09 Thread root
Hello community,

here is the log from the commit of package python-nbsphinx for openSUSE:Factory 
checked in at 2020-06-10 00:50:03

Comparing /work/SRC/openSUSE:Factory/python-nbsphinx (Old)
 and  /work/SRC/openSUSE:Factory/.python-nbsphinx.new.3606 (New)


Package is "python-nbsphinx"

Wed Jun 10 00:50:03 2020 rev:6 rq:812828 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-nbsphinx/python-nbsphinx.changes  
2020-05-26 17:22:05.792332908 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-nbsphinx.new.3606/python-nbsphinx.changes
2020-06-10 00:50:05.507207998 +0200
@@ -1,0 +2,9 @@
+Tue Jun  9 08:42:49 UTC 2020 - Tomáš Chvátal 
+
+- Update to 0.7.0:
+  * Warnings can be suppressed with suppress_warnings.
+  * CSS: prompts protrude into left margin if nbsphinx_prompt_width is
+too small
+  *  tags are handled in Markdown cells
+
+---

Old:

  nbsphinx-0.6.1.tar.gz

New:

  nbsphinx-0.7.0.tar.gz



Other differences:
--
++ python-nbsphinx.spec ++
--- /var/tmp/diff_new_pack.9oEFXW/_old  2020-06-10 00:50:06.779211326 +0200
+++ /var/tmp/diff_new_pack.9oEFXW/_new  2020-06-10 00:50:06.779211326 +0200
@@ -19,26 +19,25 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-nbsphinx
-Version:0.6.1
+Version:0.7.0
 Release:0
 Summary:Jupyter Notebook Tools for Sphinx
 License:MIT
-Group:  Development/Languages/Python
 URL:https://github.com/spatialaudio/nbsphinx/
 Source: 
https://files.pythonhosted.org/packages/source/n/nbsphinx/nbsphinx-%{version}.tar.gz
-BuildRequires:  %{python_module Send2Trash}
-BuildRequires:  %{python_module Sphinx >= 1.3.2}
+BuildRequires:  %{python_module Sphinx >= 1.8}
 BuildRequires:  %{python_module docutils}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module traitlets}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-Jinja2
-Requires:   python-Send2Trash
-Requires:   python-Sphinx >= 1.3.2
+Requires:   python-Sphinx >= 1.8
 Requires:   python-docutils
 Requires:   python-nbconvert
 Requires:   python-nbformat
 Requires:   python-sphinx_rtd_theme
+Requires:   python-traitlets
 Recommends: mathjax
 Recommends: pandoc
 Provides:   python-jupyter_nbsphinx = %{version}
@@ -67,7 +66,7 @@
 %python_install
 
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
-%{fdupes %{buildroot}%{_jupyter_prefix} %{buildroot}%{python_sitelib}}
+%fdupes %{buildroot}%{_jupyter_prefix}
 
 %files %{python_files}
 %doc NEWS.rst README.rst

++ nbsphinx-0.6.1.tar.gz -> nbsphinx-0.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-0.6.1/NEWS.rst new/nbsphinx-0.7.0/NEWS.rst
--- old/nbsphinx-0.6.1/NEWS.rst 2020-04-18 17:47:19.0 +0200
+++ new/nbsphinx-0.7.0/NEWS.rst 2020-05-08 13:42:27.0 +0200
@@ -1,3 +1,11 @@
+Version 0.7.0 (2020-05-08):
+ * Warnings can be suppressed with ``suppress_warnings``.
+ *  tags are handled in Markdown cells; the ``alt``, ``width``,
+   ``height`` and ``class`` attributes are supported.
+ * CSS: prompts protrude into left margin if ``nbsphinx_prompt_width`` is
+   too small. If you want to hide the prompts, use `custom CSS`__.
+
+   __ https://nbsphinx.readthedocs.io/en/0.7.0/custom-css.html
 Version 0.6.1 (2020-04-18):
  * ``.ipynb_checkpoints`` is automatically added to ``exclude_patterns``
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-0.6.1/PKG-INFO new/nbsphinx-0.7.0/PKG-INFO
--- old/nbsphinx-0.6.1/PKG-INFO 2020-04-18 17:49:36.697565000 +0200
+++ new/nbsphinx-0.7.0/PKG-INFO 2020-05-08 13:45:10.372964600 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: nbsphinx
-Version: 0.6.1
+Version: 0.7.0
 Summary: Jupyter Notebook Tools for Sphinx
 Home-page: https://nbsphinx.readthedocs.io/
 Author: Matthias Geier
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-0.6.1/doc/conf.py 
new/nbsphinx-0.7.0/doc/conf.py
--- old/nbsphinx-0.6.1/doc/conf.py  2020-04-18 17:39:50.0 +0200
+++ new/nbsphinx-0.7.0/doc/conf.py  2020-05-07 14:56:57.0 +0200
@@ -13,6 +13,7 @@
 'sphinxcontrib.bibtex',  # for bibliographic references
 'sphinxcontrib.rsvgconverter',  # for SVG->PDF conversion in LaTeX output
 'sphinx_gallery.load_style',  # load CSS for gallery (needs SG >= 0.6)
+'sphinx_last_updated_by_git',  # get "last updated" from Git
 ]
 
 # Default language for syntax highlighting in reST 

commit python-nbsphinx for openSUSE:Factory

2020-05-26 Thread root
Hello community,

here is the log from the commit of package python-nbsphinx for openSUSE:Factory 
checked in at 2020-05-26 17:21:52

Comparing /work/SRC/openSUSE:Factory/python-nbsphinx (Old)
 and  /work/SRC/openSUSE:Factory/.python-nbsphinx.new.2738 (New)


Package is "python-nbsphinx"

Tue May 26 17:21:52 2020 rev:5 rq:808512 version:0.6.1

Changes:

--- /work/SRC/openSUSE:Factory/python-nbsphinx/python-nbsphinx.changes  
2020-02-10 21:56:13.110283693 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-nbsphinx.new.2738/python-nbsphinx.changes
2020-05-26 17:22:05.792332908 +0200
@@ -1,0 +2,13 @@
+Sat May  2 20:20:26 UTC 2020 - Arun Persaud 
+
+- update to version 0.6.1:
+  * .ipynb_checkpoints is automatically added to exclude_patterns
+
+- changes from version 0.6.0:
+  * Thumbnail galleries (inspired by
+https://sphinx-gallery.github.io/)
+  * nbsphinx-toctree as cell tag
+  * Keyword arguments in nbsphinx_custom_formats
+  * Python 2 support has been dropped
+
+---

Old:

  nbsphinx-0.5.1.tar.gz

New:

  nbsphinx-0.6.1.tar.gz



Other differences:
--
++ python-nbsphinx.spec ++
--- /var/tmp/diff_new_pack.b2ynPk/_old  2020-05-26 17:22:07.032335573 +0200
+++ /var/tmp/diff_new_pack.b2ynPk/_new  2020-05-26 17:22:07.032335573 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-nbsphinx
 #
-# Copyright (c) 2020 SUSE LLC.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-nbsphinx
-Version:0.5.1
+Version:0.6.1
 Release:0
 Summary:Jupyter Notebook Tools for Sphinx
 License:MIT

++ nbsphinx-0.5.1.tar.gz -> nbsphinx-0.6.1.tar.gz ++
 1956 lines of diff (skipped)




commit python-nbsphinx for openSUSE:Factory

2020-02-10 Thread root
Hello community,

here is the log from the commit of package python-nbsphinx for openSUSE:Factory 
checked in at 2020-02-10 21:56:11

Comparing /work/SRC/openSUSE:Factory/python-nbsphinx (Old)
 and  /work/SRC/openSUSE:Factory/.python-nbsphinx.new.26092 (New)


Package is "python-nbsphinx"

Mon Feb 10 21:56:11 2020 rev:4 rq:773155 version:0.5.1

Changes:

--- /work/SRC/openSUSE:Factory/python-nbsphinx/python-nbsphinx.changes  
2020-01-16 18:20:49.360960620 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-nbsphinx.new.26092/python-nbsphinx.changes   
2020-02-10 21:56:13.110283693 +0100
@@ -1,0 +2,8 @@
+Mon Feb 10 16:03:30 UTC 2020 - Todd R 
+
+- Update to 0.5.1
+  * This will be the last release supporting Python 2.x!
+  * Support for https://github.com/choldgraf/sphinx-copybutton
+  * Executed notebooks are now saved in the HTML output directory
+
+---

Old:

  nbsphinx-0.5.0.tar.gz

New:

  nbsphinx-0.5.1.tar.gz



Other differences:
--
++ python-nbsphinx.spec ++
--- /var/tmp/diff_new_pack.ccYUkh/_old  2020-02-10 21:56:14.538284482 +0100
+++ /var/tmp/diff_new_pack.ccYUkh/_new  2020-02-10 21:56:14.542284484 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-nbsphinx
-Version:0.5.0
+Version:0.5.1
 Release:0
 Summary:Jupyter Notebook Tools for Sphinx
 License:MIT

++ nbsphinx-0.5.0.tar.gz -> nbsphinx-0.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-0.5.0/LICENSE new/nbsphinx-0.5.1/LICENSE
--- old/nbsphinx-0.5.0/LICENSE  2019-09-30 19:30:19.0 +0200
+++ new/nbsphinx-0.5.1/LICENSE  2020-01-28 10:45:38.0 +0100
@@ -1,4 +1,4 @@
-Copyright (c) 2015-2019 Matthias Geier
+Copyright (c) 2015-2020 Matthias Geier
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-0.5.0/NEWS.rst new/nbsphinx-0.5.1/NEWS.rst
--- old/nbsphinx-0.5.0/NEWS.rst 2019-11-20 11:39:29.0 +0100
+++ new/nbsphinx-0.5.1/NEWS.rst 2020-01-28 10:57:05.0 +0100
@@ -1,3 +1,8 @@
+Version 0.5.1 (2020-01-28):
+ * This will be the last release supporting Python 2.x!
+ * Support for https://github.com/choldgraf/sphinx-copybutton
+ * Executed notebooks are now saved in the HTML output directory
+
 Version 0.5.0 (2019-11-20):
  * Automatic support for Jupyter widgets, customizable with
``nbsphinx_widgets_path`` (and ``nbsphinx_widgets_options``)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-0.5.0/PKG-INFO new/nbsphinx-0.5.1/PKG-INFO
--- old/nbsphinx-0.5.0/PKG-INFO 2019-11-20 11:46:18.0 +0100
+++ new/nbsphinx-0.5.1/PKG-INFO 2020-01-28 11:01:43.0 +0100
@@ -1,12 +1,12 @@
 Metadata-Version: 1.2
 Name: nbsphinx
-Version: 0.5.0
+Version: 0.5.1
 Summary: Jupyter Notebook Tools for Sphinx
-Home-page: UNKNOWN
+Home-page: https://nbsphinx.readthedocs.io/
 Author: Matthias Geier
 Author-email: matthias.ge...@gmail.com
 License: MIT
-Project-URL: Documentation, http://nbsphinx.readthedocs.io/
+Project-URL: Documentation, https://nbsphinx.readthedocs.io/
 Project-URL: Source Code, https://github.com/spatialaudio/nbsphinx/
 Project-URL: Bug Tracker, https://github.com/spatialaudio/nbsphinx/issues/
 Description: Jupyter Notebook Tools for Sphinx
@@ -53,3 +53,4 @@
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 3
 Classifier: Topic :: Documentation :: Sphinx
+Requires-Python: >=2.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-0.5.0/doc/code-cells.ipynb 
new/nbsphinx-0.5.1/doc/code-cells.ipynb
--- old/nbsphinx-0.5.0/doc/code-cells.ipynb 2019-11-16 11:23:33.0 
+0100
+++ new/nbsphinx-0.5.1/doc/code-cells.ipynb 2020-01-28 10:45:38.0 
+0100
@@ -382,9 +382,7 @@
   {
"cell_type": "code",
"execution_count": null,
-   "metadata": {
-"scrolled": true
-   },
+   "metadata": {},
"outputs": [],
"source": [
 "fig, ax = plt.subplots(figsize=[6, 3])\n",
@@ -650,9 +648,7 @@
   {
"cell_type": "code",
"execution_count": null,
-   "metadata": {
-"scrolled": true
-   },
+   "metadata": {},
"outputs": [],
"source": [
 "link = w.IntSlider(description='link')\n",
@@ -736,9 +732,7 @@
   {
"cell_type": "code",
"execution_count": null,
-   "metadata": {
-"scrolled": true
-   },
+   

commit python-nbsphinx for openSUSE:Factory

2020-01-16 Thread root
Hello community,

here is the log from the commit of package python-nbsphinx for openSUSE:Factory 
checked in at 2020-01-16 18:20:46

Comparing /work/SRC/openSUSE:Factory/python-nbsphinx (Old)
 and  /work/SRC/openSUSE:Factory/.python-nbsphinx.new.26092 (New)


Package is "python-nbsphinx"

Thu Jan 16 18:20:46 2020 rev:3 rq:764734 version:0.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-nbsphinx/python-nbsphinx.changes  
2019-11-29 16:01:50.632831837 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-nbsphinx.new.26092/python-nbsphinx.changes   
2020-01-16 18:20:49.360960620 +0100
@@ -1,0 +2,8 @@
+Wed Jan 15 15:49:09 UTC 2020 - Todd R 
+
+- Update to 0.5.0
+  * Automatic support for Jupyter widgets,
+customizable with nbsphinx_widgets_path\
+(and nbsphinx_widgets_options)
+
+---

Old:

  nbsphinx-0.4.3.tar.gz

New:

  nbsphinx-0.5.0.tar.gz



Other differences:
--
++ python-nbsphinx.spec ++
--- /var/tmp/diff_new_pack.BlfEw7/_old  2020-01-16 18:20:50.176961081 +0100
+++ /var/tmp/diff_new_pack.BlfEw7/_new  2020-01-16 18:20:50.180961084 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-nbsphinx
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-nbsphinx
-Version:0.4.3
+Version:0.5.0
 Release:0
 Summary:Jupyter Notebook Tools for Sphinx
 License:MIT

++ nbsphinx-0.4.3.tar.gz -> nbsphinx-0.5.0.tar.gz ++
 1746 lines of diff (skipped)




commit python-nbsphinx for openSUSE:Factory

2019-11-29 Thread root
Hello community,

here is the log from the commit of package python-nbsphinx for openSUSE:Factory 
checked in at 2019-11-29 15:57:36

Comparing /work/SRC/openSUSE:Factory/python-nbsphinx (Old)
 and  /work/SRC/openSUSE:Factory/.python-nbsphinx.new.26869 (New)


Package is "python-nbsphinx"

Fri Nov 29 15:57:36 2019 rev:2 rq:748489 version:0.4.3

Changes:

--- /work/SRC/openSUSE:Factory/python-nbsphinx/python-nbsphinx.changes  
2019-05-22 11:05:40.510580552 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-nbsphinx.new.26869/python-nbsphinx.changes   
2019-11-29 16:01:50.632831837 +0100
@@ -1,0 +2,11 @@
+Wed Nov 13 19:27:48 UTC 2019 - Todd R 
+
+- Latest release drops python2 support.
+
+---
+Tue Nov 12 16:51:16 UTC 2019 - Todd R 
+
+- Update to 0.4.3
+  * Add option nbsphinx_requirejs_path (and nbsphinx_requirejs_options)
+
+---

Old:

  nbsphinx-0.4.2.tar.gz

New:

  nbsphinx-0.4.3.tar.gz



Other differences:
--
++ python-nbsphinx.spec ++
--- /var/tmp/diff_new_pack.87t2BK/_old  2019-11-29 16:01:51.31322 +0100
+++ /var/tmp/diff_new_pack.87t2BK/_new  2019-11-29 16:01:51.908831314 +0100
@@ -17,8 +17,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-nbsphinx
-Version:0.4.2
+Version:0.4.3
 Release:0
 Summary:Jupyter Notebook Tools for Sphinx
 License:MIT

++ nbsphinx-0.4.2.tar.gz -> nbsphinx-0.4.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-0.4.2/CONTRIBUTING.rst 
new/nbsphinx-0.4.3/CONTRIBUTING.rst
--- old/nbsphinx-0.4.2/CONTRIBUTING.rst 2017-11-28 20:42:46.0 +0100
+++ new/nbsphinx-0.4.3/CONTRIBUTING.rst 2019-09-30 15:30:56.0 +0200
@@ -11,7 +11,7 @@
 
git clone https://github.com/spatialaudio/nbsphinx.git
cd nbsphinx
-   python3 setup.py develop --user
+   python3 -m pip install -e . --user
 
 This way, your installation always stays up-to-date, even if you pull new
 changes from the Github repository.  If you have only Python 3 installed, you
@@ -43,5 +43,5 @@
 The generated files will be available in the directories ``build/sphinx/html/``
 and ``build/sphinx/latex/``, respectively.
 
-.. _PyPI: https://pypi.python.org/pypi/nbsphinx/
-.. _Github: http://github.com/spatialaudio/nbsphinx/
+.. _PyPI: https://pypi.org/project/nbsphinx/
+.. _Github: https://github.com/spatialaudio/nbsphinx/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-0.4.2/NEWS.rst new/nbsphinx-0.4.3/NEWS.rst
--- old/nbsphinx-0.4.2/NEWS.rst 2019-01-15 10:48:38.0 +0100
+++ new/nbsphinx-0.4.3/NEWS.rst 2019-09-30 15:35:55.0 +0200
@@ -1,3 +1,6 @@
+Version 0.4.3 (2019-09-30):
+ * Add option ``nbsphinx_requirejs_path`` (and ``nbsphinx_requirejs_options``)
+
 Version 0.4.2 (2019-01-15):
  * Re-establish Python 2 compatibility (but the clock is ticking ...)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-0.4.2/PKG-INFO new/nbsphinx-0.4.3/PKG-INFO
--- old/nbsphinx-0.4.2/PKG-INFO 2019-01-15 10:51:01.0 +0100
+++ new/nbsphinx-0.4.3/PKG-INFO 2019-09-30 15:45:36.0 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
 Name: nbsphinx
-Version: 0.4.2
+Version: 0.4.3
 Summary: Jupyter Notebook Tools for Sphinx
 Home-page: UNKNOWN
 Author: Matthias Geier
@@ -38,8 +38,8 @@
 License:
 MIT -- see the file ``LICENSE`` for details.
 
-.. _Sphinx: http://sphinx-doc.org/
-.. _Jupyter Notebook: http://jupyter.org/
+.. _Sphinx: https://www.sphinx-doc.org/
+.. _Jupyter Notebook: https://jupyter.org/
 
 Keywords: Sphinx,Jupyter,notebook
 Platform: any
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-0.4.2/README.rst 
new/nbsphinx-0.4.3/README.rst
--- old/nbsphinx-0.4.2/README.rst   2018-10-01 19:00:08.0 +0200
+++ new/nbsphinx-0.4.3/README.rst   2019-09-22 17:10:21.0 +0200
@@ -27,5 +27,5 @@
 License:
 MIT -- see the file ``LICENSE`` for details.
 
-.. _Sphinx: http://sphinx-doc.org/
-.. _Jupyter Notebook: http://jupyter.org/
+.. _Sphinx: https://www.sphinx-doc.org/
+.. _Jupyter Notebook: https://jupyter.org/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-0.4.2/doc/a-normal-rst-file.rst 
new/nbsphinx-0.4.3/doc/a-normal-rst-file.rst
--- old/nbsphinx-0.4.2/doc/a-normal-rst-file.rst2018-12-14