We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77008d commit 20621a3Copy full SHA for 20621a3
NEWS.rst
@@ -1,3 +1,7 @@
1
+Version 0.3.3 (2018-04-25):
2
+ * Locally linked files are only copied for Jupyter notebooks (and not anymore
3
+ for other Sphinx source files)
4
+
5
Version 0.3.2 (2018-03-28):
6
* Links to local files are rewritten for all Sphinx source files (not only
7
Jupyter notebooks)
src/nbsphinx.py
@@ -23,7 +23,7 @@
23
http://nbsphinx.rtfd.org/
24
25
"""
26
-__version__ = '0.3.2'
+__version__ = '0.3.3'
27
28
import copy
29
import json
0 commit comments