summaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-08-30 17:01:01 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-08-30 17:01:01 +0200
commitdc8737a30cb6d9f1305173eb8d16fe6716fd1231 (patch)
tree1f03384de2af88ed07a1e850e0871db826ed53e7 /docs/source/conf.py
parentc2a7a1f3ab4ba5c4f5adeca0fa22d8d6b4fc079d (diff)
wroking make!
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index b9f1f9d..ffdb1a2 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -261,7 +261,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'POT.tex', u'POT Python Optimal Transport library',
- u'Rémi Flamary, Nicolas Courty', 'manual'),
+ author, 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -305,7 +305,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'POT', u'POT Python Optimal Transport library Documentation',
- author, 'POT', 'One line description of project.',
+ author, 'POT', 'Python Optimal Transport librar.',
'Miscellaneous'),
]
@@ -326,7 +326,7 @@ texinfo_documents = [
intersphinx_mapping = {'https://docs.python.org/': None}
sphinx_gallery_conf = {
- 'examples_dirs': '../../examples',
+ 'examples_dirs': ['../../examples','../../examples/da'],
'gallery_dirs': 'auto_examples',
'mod_example_dir': '../modules/generated/',
'reference_url': {