summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2020-04-24 15:21:07 +0200
committerRémi Flamary <remi.flamary@gmail.com>2020-04-24 15:21:07 +0200
commit2b434924dce3fa2985babcf68191ccd85206b379 (patch)
treea1157afa2598e9fc132edce3a26b701566691fd4 /docs
parent6b42088a1e089d488b1e2f4f2b42084255f331cf (diff)
test options sphinx gallery
Diffstat (limited to 'docs')
-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 101ccd9..94938cb 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -311,8 +311,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- (master_doc, 'POT', u'POT Python Optimal Transport library Documentation',
- author, 'POT', 'Python Optimal Transport library',
+ (master_doc, 'POT', u'POT Python Optimal Transport',
+ author, 'POT', 'Python Optimal Transport',
'Miscellaneous'),
]
@@ -339,7 +339,7 @@ sphinx_gallery_conf = {
'examples_dirs': ['../../examples', '../../examples/da'],
'gallery_dirs': 'auto_examples',
'backreferences_dir': '../modules/generated/',
+ 'doc_module' : ('ot'),
'reference_url': {
- 'numpy': 'http://docs.scipy.org/doc/numpy-1.9.1',
- 'scipy': 'http://docs.scipy.org/doc/scipy-0.17.0/reference'}
+ 'ot': None}
}