summaryrefslogtreecommitdiff
path: root/docutils/test/functional/tests/math_output_mathjax.py
Commit message (Collapse)AuthorAgeFilesLines
* Drop default settings from individual functional test files.milde2022-11-161-26/+8
| | | | | | | | | Define common defaults for all functional tests in `test_functional.py`. Only specify settings that differ from the default/fallback value in the individual test files. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9249 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Inline ``_default`` in functional testsaa-turner2022-10-271-0/+14
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9180 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Simplify functional test settings_overrides.milde2021-07-191-3/+4
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8803 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 319 ] MathJax CDN shut down on April 30, 2017. milde2017-06-161-3/+2
| | | | | | | | For security reasons, we do not use a third party public installation as default. Instead, if warn if math-output_ is set to MathJax without URL and use a local MathJax installation on the client machine as fallback. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8115 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 3527842 ]. milde2012-06-041-2/+4
| | | | | | | | | | | | | | | | Under Python 3, converted tests and tools are now stored in the ``test3/`` and ``tools3/`` sub-directories and not installed in the PYTHONPATH. In order to make this work: - Make tests independent from the location of the ``test/`` directory. - Use converted sources from the ``build/`` directory for tests under Python 3. Remove functional/tests/stylesheet_path_html4css1.py made redunant by functional/tests/math_output_html.py. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7437 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* MathJax HTML math output optionmilde2011-04-151-0/+13
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7010 929543f6-e4f2-0310-98a6-ba3bd3dd1d04