Skip to content

Commit d2693a2

Browse files
author
MERCIER Michael
committed
[docs] fix doc conf
1 parent 3aa3edf commit d2693a2

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

docs/conf.py

+12-6
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737

3838
# Add any Sphinx extension module names here, as strings. They can be extensions
3939
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
40-
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.viewcode']
40+
extensions = ['sphinx.ext.autodoc',
41+
'sphinx.ext.intersphinx', 'sphinx.ext.viewcode']
4142
autodoc_member_order = 'bysource'
4243

4344
# Add any paths that contain templates here, relative to this directory.
@@ -196,13 +197,13 @@
196197

197198
latex_elements = {
198199
# The paper size ('letterpaper' or 'a4paper').
199-
#'papersize': 'letterpaper',
200+
# 'papersize': 'letterpaper',
200201

201202
# The font size ('10pt', '11pt' or '12pt').
202-
#'pointsize': '10pt',
203+
# 'pointsize': '10pt',
203204

204205
# Additional stuff for the LaTeX preamble.
205-
#'preamble': '',
206+
# 'preamble': '',
206207
}
207208

208209
# Grouping the document tree into LaTeX files. List of tuples
@@ -274,5 +275,10 @@
274275

275276
# If true, do not generate a @detailmenu in the "Top" node's menu.
276277
#texinfo_no_detailmenu = False
277-
autodoc_mock_imports = ['numpy', 'pandas', 'matplotlib', 'matplotlib.pyplot',
278-
'matplotlib.gridspec' 'matplotlib.patches', 'seaborn']
278+
autodoc_mock_imports = ['numpy', 'pandas', 'matplotlib',
279+
'matplotlib.pyplot',
280+
'matplotlib.gridspec',
281+
'matplotlib.patches',
282+
'matplotlib.lines',
283+
'matplotlib.dates',
284+
'seaborn']

docs/requirements.txt

-1
This file was deleted.

0 commit comments

Comments
 (0)