Skip to content
Snippets Groups Projects
Commit 7583cf7c authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

restore mathjax

parent 65616e4b
No related branches found
No related tags found
No related merge requests found
Pipeline #11126 failed
......@@ -18,6 +18,7 @@ target = Path('docs')
shutil.rmtree(target, ignore_errors=True)
target.mkdir(exist_ok=True)
shutil.copytree(src / 'figures', target / 'figures')
shutil.copytree(src / 'scripts', target / 'scripts')
output_extractor = ExtractOutputPreprocessor()
output_extractor.extract_output_types = (
......
......@@ -34,4 +34,5 @@ markdown_extensions:
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/MathJax.js?config=TeX-AMS_HTML'
- 'https://cdn.plot.ly/plotly-latest.min.js'
- 'scripts/mathjaxhelper.js'
copyright: "Copyright © 2017-2018 Delft University of Technology, CC-BY-SA-NC 4.0."
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