Skip to content

Commit a694f7c

Browse files
mathjax, objectivefunctions with noise
1 parent 1552b02 commit a694f7c

4 files changed

Lines changed: 120 additions & 2024 deletions

File tree

mkdocs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,15 @@ plugins:
6262
- mkdocstrings:
6363
markdown_extensions:
6464
- smarty
65+
- sane_lists
6566
- toc:
6667
permalink: True
67-
- sane_lists
68+
- pymdownx.arithmatex:
69+
generic: true
70+
extra_javascript:
71+
- javascripts/mathjax.js
72+
- https://polyfill.io/v3/polyfill.min.js?features=es6
73+
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
6874
use_directory_urls: true
6975
watch:
7076
- src/spotPython

0 commit comments

Comments
 (0)