taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit ad2f4c7e06321de955ae52c143cfaac6fc0706be
parent 7bf82f8dffebe39b0a557a58d0dd030f080658f7
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Sat,  4 Mar 2017 17:30:04 +0100

Use sphinx.ext.imgmath in place of sphinx.ext.pngmath,
as suggested by warning message

Diffstat:
Mdocs/conf.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py @@ -50,7 +50,7 @@ sys.path.append(os.path.abspath('exts')) extensions = [ 'tsref', 'sphinx.ext.todo', - 'sphinx.ext.pngmath', + 'sphinx.ext.imgmath', 'sphinxcontrib.httpdomain' ]