Skip to content

Commit

Permalink
Add env_version
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Jul 17, 2018
1 parent 20a3212 commit 2a2f45e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/nbsphinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -1475,4 +1475,8 @@ def setup(app):
# see https://github.com/sphinx-doc/sphinx/issues/2155:
rst.directives.register_directive('code', sphinx.directives.code.CodeBlock)

return {'version': __version__, 'parallel_read_safe': True}
return {
'version': __version__,
'parallel_read_safe': True,
'env_version': 1,
}

0 comments on commit 2a2f45e

Please sign in to comment.