Ignore:
Timestamp:
Jun 19, 2017 12:34:42 PM (7 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
35ddae5
Parents:
8f1bb6f
Message:

prerender mathjax for comparison

File:
1 edited

Legend:

Unmodified
Added
Removed
  • docs/sphinx-docs/source/_extensions/mathjax.py

    rafca488 rf4771596  
    105105    # http://docs.mathjax.org/en/latest/start.html#secure-access-to-the-cdn 
    106106    app.add_config_value('mathjax_path', 
    107                          'https://cdn.mathjax.org/mathjax/latest/MathJax.js?' 
    108                          'config=TeX-AMS-MML_HTMLorMML', False) 
     107                         'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?' 
     108                         'config=TeX-MML-AM_CHTML', 
     109                         #'config=TeX-AMS-MML_HTMLorMML', 
     110                         False) 
    109111    app.add_config_value('mathjax_css', None, 'html') 
    110112    app.add_config_value('mathjax_use_katex', False, 'html') 
Note: See TracChangeset for help on using the changeset viewer.