summaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2016-12-02 14:54:04 +0100
committerRémi Flamary <remi.flamary@gmail.com>2016-12-02 14:54:04 +0100
commit4e723cbd3ac52750f28719cbd9a4119b113b28a9 (patch)
tree305e2f14cc88ffbc78dba8e5f1805eb2029a6ead /docs/source/conf.py
parent01f15d4ac4a909ca7e71f6b8f6bca3edf88d7e47 (diff)
temporary disbly shinx-gallery
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 61505cc..51164b5 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -22,7 +22,7 @@ import sphinx_gallery
#except ImportError:
# from mock import MagicMock
-# sys.path.insert(0, os.path.abspath("../.."))
+sys.path.insert(0, os.path.abspath("../.."))
#sys.setrecursionlimit(1500)
@@ -58,7 +58,7 @@ extensions = [
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
'sphinx.ext.napoleon',
- 'sphinx_gallery.gen_gallery',
+# 'sphinx_gallery.gen_gallery',
]
# Add any paths that contain templates here, relative to this directory.
@@ -70,13 +70,13 @@ templates_path = ['_templates']
source_suffix = '.rst'
# The encoding of source files.
-#source_encoding = 'utf-8-sig'
+source_encoding = 'utf-8-sig'
# The master toctree document.
master_doc = 'index'
# General information about the project.
-project = u'POT Python Optimal Transport library'
+project = u'POT Python Optimal Transport'
copyright = u'2016, Rémi Flamary, Nicolas Courty'
author = u'Rémi Flamary, Nicolas Courty'