File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222#except ImportError:
2323# from mock import MagicMock
2424
25- # sys.path.insert(0, os.path.abspath("../.."))
25+ sys .path .insert (0 , os .path .abspath ("../.." ))
2626#sys.setrecursionlimit(1500)
2727
2828
5858 'sphinx.ext.ifconfig' ,
5959 'sphinx.ext.viewcode' ,
6060 'sphinx.ext.napoleon' ,
61- 'sphinx_gallery.gen_gallery' ,
61+ # 'sphinx_gallery.gen_gallery',
6262]
6363
6464# Add any paths that contain templates here, relative to this directory.
7070source_suffix = '.rst'
7171
7272# The encoding of source files.
73- # source_encoding = 'utf-8-sig'
73+ source_encoding = 'utf-8-sig'
7474
7575# The master toctree document.
7676master_doc = 'index'
7777
7878# General information about the project.
79- project = u'POT Python Optimal Transport library '
79+ project = u'POT Python Optimal Transport'
8080copyright = u'2016, Rémi Flamary, Nicolas Courty'
8181author = u'Rémi Flamary, Nicolas Courty'
8282
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Contents
1717 auto_examples
1818
1919.. include :: readme.rst
20- :start-line: 6
20+ :start-line: 5
2121
2222
2323Indices and tables
You can’t perform that action at this time.
0 commit comments