diff options
author | Hong Xu <hong@topbug.net> | 2015-12-23 19:08:30 -0800 |
---|---|---|
committer | Hong Xu <hong@topbug.net> | 2015-12-29 15:14:04 -0800 |
commit | ea25284d0a8474aa55de54df23208c88c76a8128 (patch) | |
tree | 057d6232e598fc6fe8f3c4fc4de5f7e92d487fe6 /tests/test_quickstart.py | |
parent | 657ebc2ab00c1bcbc53552f9d092692c583aadf4 (diff) | |
download | sphinx-git-ea25284d0a8474aa55de54df23208c88c76a8128.tar.gz |
Replace pngmath with imgmath in quickstart.
Diffstat (limited to 'tests/test_quickstart.py')
-rw-r--r-- | tests/test_quickstart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_quickstart.py b/tests/test_quickstart.py index 013700417..45ff8671d 100644 --- a/tests/test_quickstart.py +++ b/tests/test_quickstart.py @@ -181,7 +181,7 @@ def test_quickstart_all_answers(tempdir): 'intersphinx': 'no', 'todo': 'y', 'coverage': 'no', - 'pngmath': 'N', + 'imgmath': 'N', 'mathjax': 'no', 'ifconfig': 'no', 'viewcode': 'no', |