Skip to content

Commit 3693764

Browse files
jpchenneerajprad
authored andcommitted
bump version number, rm sphinx ntoebook execution (pyro-ppl#505)
1 parent e7191a0 commit 3693764

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/source/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@
6565
# built documents.
6666
#
6767
# The short X.Y version.
68-
version = pkg_resources.require('pyro-ppl')[0].version
68+
# version = pkg_resources.require('pyro-ppl')[0].version
69+
version = u'0.1.0'
6970
# The full version, including alpha/beta/rc tags.
70-
release = u'0.0.1'
71+
release = u'0.1.0'
7172

7273
# The language for content autogenerated by Sphinx. Refer to documentation
7374
# for a list of supported languages.

tutorial/source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
# source_suffix = ['.rst', '.md']
5050
source_suffix = ['.rst', '.ipynb']
5151

52+
# do not execute cells
53+
nbsphinx_execute = 'never'
54+
5255
# allow errors because not all tutorials build
5356
nbsphinx_allow_errors = True
5457

0 commit comments

Comments
 (0)