Skip to content

Commit

Permalink
update version of reveal to 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mpacer committed Jan 24, 2018
1 parent b83a599 commit 2f508ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbconvert/exporters/slides.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def _reveal_url_prefix_default(self):
warn("Please update RevealHelpPreprocessor.url_prefix to "
"SlidesExporter.reveal_url_prefix in config files.")
return self.config.RevealHelpPreprocessor.url_prefix
return 'https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.1.0'
return 'https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.5.0'

reveal_theme = Unicode('simple',
help="""
Expand Down

0 comments on commit 2f508ca

Please sign in to comment.