Skip to content

Commit

Permalink
remove outdated slides_reveal template
Browse files Browse the repository at this point in the history
this is now handled upstream
  • Loading branch information
minrk committed Aug 22, 2022
1 parent e0a5ac6 commit eb5ec52
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 44 deletions.
2 changes: 1 addition & 1 deletion nbviewer/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ def configure_formats(self, formats=None):

# This would be better defined in a class
# self.config.HTMLExporter.template_file = "base"
self.config.SlidesExporter.template_file = "slides_reveal"
# self.config.SlidesExporter.template_file = "slides_reveal"

self.config.TemplateExporter.extra_template_basedirs = [
os.path.join(os.path.dirname(__file__), "templates", "nbconvert")
Expand Down
2 changes: 1 addition & 1 deletion nbviewer/formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_slides(nb, json):
return {
"html": {"nbconvert_template": "lab", "label": "Notebook", "icon": "book"},
"slides": {
"nbconvert_template": "slides_reveal",
# "nbconvert_template": "slides_reveal",
"label": "Slides",
"icon": "gift",
"test": test_slides,
Expand Down
42 changes: 0 additions & 42 deletions nbviewer/templates/nbconvert/slides_reveal.tpl

This file was deleted.

0 comments on commit eb5ec52

Please sign in to comment.