summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/source/conf.py8
-rw-r--r--docs/source/index.rst2
2 files changed, 5 insertions, 5 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'
diff --git a/docs/source/index.rst b/docs/source/index.rst
index e3c4d36..07c4f9a 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -17,7 +17,7 @@ Contents
auto_examples
.. include:: readme.rst
- :start-line: 6
+ :start-line: 5
Indices and tables