Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.cmdline
Commits
8930f4ac
Commit
8930f4ac
authored
Aug 22, 2017
by
Jaden
Browse files
use imgmath since pmgmath is deprecated
parent
79822398
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/conf.py
View file @
8930f4ac
...
...
@@ -46,7 +46,7 @@ needs_sphinx = '1.3'
extensions
=
[
'sphinx.ext.todo'
,
'sphinx.ext.coverage'
,
'sphinx.ext.
pn
gmath'
,
'sphinx.ext.
im
gmath'
,
'sphinx.ext.ifconfig'
,
'sphinx.ext.autodoc'
,
'sphinx.ext.autosummary'
,
...
...
@@ -69,7 +69,7 @@ autosummary_generate = True
# If we are on OSX, the 'dvipng' path maybe different
dvipng_osx
=
'/opt/local/libexec/texlive/binaries/dvipng'
if
os
.
path
.
exists
(
dvipng_osx
):
pn
gmath_dvipng
=
dvipng_osx
if
os
.
path
.
exists
(
dvipng_osx
):
im
gmath_dvipng
=
dvipng_osx
# Add any paths that contain templates here, relative to this directory.
templates_path
=
[
'_templates'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment