Skip to content
Snippets Groups Projects
Commit 0bffab1c authored by Maciej Topyla's avatar Maciej Topyla
Browse files

adding mustache mimetype

parent 2abfc543
No related branches found
No related tags found
1 merge request!15Draft: Attempt at fixing search function (DO NOT MERGE WITH MASTER)
Pipeline #120212 failed
......@@ -11,7 +11,7 @@ from nbconvert_fix import ExtractOutputPreprocessor
reader = notedown.MarkdownReader(code_regex='fenced')
mimetypes.add_type('application/vnd.plotly.v1+json', '.json')
mimetypes.add_type('application/vnd.plotly.v1+json', '.json', '.mustache')
src = Path('src')
target = Path('docs')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment