Remove iPython notebook post

It seems to cause build problems
This commit is contained in:
Jez Cope 2021-03-06 12:34:40 +00:00
parent cb6ffbac93
commit fb674c6c75
2 changed files with 0 additions and 206 deletions

View File

@ -189,7 +189,6 @@ THEME_COLOR = '#5670d4'
POSTS = (
("posts/*.md", "blog", "post.tmpl"),
("posts/*.org", "blog", "post.tmpl"),
("posts/*.ipynb", "blog", "post.tmpl"),
("posts/*.rst", "blog", "post.tmpl"),
("posts/*.txt", "blog", "post.tmpl"),
("posts/*.html", "blog", "post.tmpl"),
@ -279,7 +278,6 @@ COMPILERS = {
"txt2tags": ('.t2t',),
"bbcode": ('.bb',),
"wiki": ('.wiki',),
"ipynb": ('.ipynb',),
"html": ('.html', '.htm'),
# Pandoc detects the input from the source filename
# but is disabled by default as it would conflict

File diff suppressed because one or more lines are too long