summaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2020-04-24 15:33:34 +0200
committerRémi Flamary <remi.flamary@gmail.com>2020-04-24 15:33:34 +0200
commit0d13d60cc685099d5f149a14dff9e1c8d757b8d1 (patch)
tree234badc8f672a7b222f08795ead7a5472e94a24f /docs/source/conf.py
parent2b434924dce3fa2985babcf68191ccd85206b379 (diff)
Better section name + snhix-gallery tuning
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 94938cb..546eb5d 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -333,13 +333,14 @@ texinfo_documents = [
intersphinx_mapping = {'python': ('https://docs.python.org/3', None),
'numpy': ('http://docs.scipy.org/doc/numpy/', None),
'scipy': ('http://docs.scipy.org/doc/scipy/reference/', None),
- 'matplotlib': ('http://matplotlib.sourceforge.net/', None)}
+ 'matplotlib': ('http://matplotlib.org/', None)}
sphinx_gallery_conf = {
'examples_dirs': ['../../examples', '../../examples/da'],
'gallery_dirs': 'auto_examples',
'backreferences_dir': '../modules/generated/',
- 'doc_module' : ('ot'),
+ 'inspect_global_variables' : True,
+ 'doc_module' : ('ot','numpy','scipy','pylab'),
'reference_url': {
'ot': None}
}