[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Getfem-commits] (no subject)
From: |
Tetsuo Koyama |
Subject: |
[Getfem-commits] (no subject) |
Date: |
Tue, 5 Feb 2019 09:52:09 -0500 (EST) |
branch: devel-tetsuo-VersionUp-sphinx
commit 59f6a91f189991c59ef9edcb4ada94d46eb72517
Author: Tetsuo Koyama <address@hidden>
Date: Sat Feb 2 18:51:58 2019 +0900
Update extension
---
doc/sphinx/source/conf.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/doc/sphinx/source/conf.py b/doc/sphinx/source/conf.py
index d5f924b..e88487c 100644
--- a/doc/sphinx/source/conf.py
+++ b/doc/sphinx/source/conf.py
@@ -17,7 +17,6 @@ import sys, os, time
# If your extensions are in another directory, add it here. If the directory
# is relative to the documentation root, use os.path.abspath to make it
# absolute, like shown here.
-sys.path.append(os.path.abspath('../tools/sphinxext')) # sphinx
sys.path.append('../../../interface/src/python/') # getfem
###########################################################################
@@ -48,7 +47,7 @@ _stdauthor = getfem_env('authors')
# Add any Sphinx extension module names here, as strings. They can be
extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.pngmath','sphinx.ext.autodoc',
+extensions = ['sphinx.ext.imgmath','sphinx.ext.autodoc',
'sphinx.ext.coverage',
'sphinx.ext.doctest']