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

Enable compilation of docs w/o latex

parent db452282
No related branches found
No related tags found
1 merge request!40Port to new CI (closes #16)
Pipeline #
......@@ -25,15 +25,9 @@ extensions = [
'sphinx.ext.intersphinx',
'sphinx.ext.napoleon',
'sphinx.ext.viewcode',
'sphinx.ext.mathjax',
]
import sphinx
if sphinx.__version__ >= "1.4.1":
extensions.append('sphinx.ext.imgmath')
imgmath_image_format = 'svg'
else:
extensions.append('sphinx.ext.pngmath')
# Be picky about warnings
nitpicky = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment