Skip to content
Snippets Groups Projects

Draft: Attempt at fixing search function (DO NOT MERGE WITH MASTER)

Closed Maciej Topyla requested to merge buildcleanup into maciejedits
+ 1
1
@@ -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')
Loading