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 e7191a0 commit 3693764Copy full SHA for 3693764
docs/source/conf.py
@@ -65,9 +65,10 @@
65
# built documents.
66
#
67
# The short X.Y version.
68
-version = pkg_resources.require('pyro-ppl')[0].version
+# version = pkg_resources.require('pyro-ppl')[0].version
69
+version = u'0.1.0'
70
# The full version, including alpha/beta/rc tags.
-release = u'0.0.1'
71
+release = u'0.1.0'
72
73
# The language for content autogenerated by Sphinx. Refer to documentation
74
# for a list of supported languages.
tutorial/source/conf.py
@@ -49,6 +49,9 @@
49
# source_suffix = ['.rst', '.md']
50
source_suffix = ['.rst', '.ipynb']
51
52
+# do not execute cells
53
+nbsphinx_execute = 'never'
54
+
55
# allow errors because not all tutorials build
56
nbsphinx_allow_errors = True
57
0 commit comments