gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-api] branch master updated: Use sphinx.ext.imgmath i


From: gnunet
Subject: [GNUnet-SVN] [taler-api] branch master updated: Use sphinx.ext.imgmath in place of sphinx.ext.pngmath, as suggested by warning message
Date: Mon, 06 Mar 2017 14:43:47 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository api.

The following commit(s) were added to refs/heads/master by this push:
     new ad2f4c7  Use sphinx.ext.imgmath in place of sphinx.ext.pngmath, as 
suggested by warning message
     new e7d1232  Merge branch 'master' of ssh://taler.net/api
ad2f4c7 is described below

commit ad2f4c7e06321de955ae52c143cfaac6fc0706be
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Mar 4 17:30:04 2017 +0100

    Use sphinx.ext.imgmath in place of sphinx.ext.pngmath,
    as suggested by warning message
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 8db3f93..002bc48 100644
--- 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'
 ]
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]