Skip to content
Snippets Groups Projects
Commit 5eae98db authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Use SVG math (instead of png) by default (looks better)

parent b47becc5
No related branches found
No related tags found
1 merge request!6Use SVG math (instead of png) by default (looks better)
......@@ -30,6 +30,7 @@ extensions = [
import sphinx
if sphinx.__version__ >= "1.4.1":
extensions.append('sphinx.ext.imgmath')
imgmath_image_format = 'svg'
else:
extensions.append('sphinx.ext.pngmath')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment