Skip to content

Commit 4e723cb

Browse files
committed
temporary disbly shinx-gallery
1 parent 01f15d4 commit 4e723cb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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

@@ -58,7 +58,7 @@
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.
@@ -70,13 +70,13 @@
7070
source_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.
7676
master_doc = 'index'
7777

7878
# General information about the project.
79-
project = u'POT Python Optimal Transport library'
79+
project = u'POT Python Optimal Transport'
8080
copyright = u'2016, Rémi Flamary, Nicolas Courty'
8181
author = u'Rémi Flamary, Nicolas Courty'
8282

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2323
Indices and tables

0 commit comments

Comments
 (0)