Skip to content

Commit 7efc2cb

Browse files
committed
DOC: conf.py clean up
- remove double conf.py - make sure autosummary works - add inter-sphinx to mpl
1 parent 65adb83 commit 7efc2cb

File tree

2 files changed

+4
-333
lines changed

2 files changed

+4
-333
lines changed

doc/conf.py

Lines changed: 0 additions & 332 deletions
This file was deleted.

doc/source/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
]
4545

4646

47+
autosummary_generate = True
48+
4749
numpydoc_show_class_members = False
4850
autodoc_default_flags = ['members']
4951

@@ -275,7 +277,8 @@
275277
# If true, do not generate a @detailmenu in the "Top" node's menu.
276278
#texinfo_no_detailmenu = False
277279

278-
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None)}
280+
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),
281+
'matplotlb': ('http://matplotlib.org', None)}
279282

280283
################# numpydoc config ####################
281284
numpydoc_show_class_members = False

0 commit comments

Comments
 (0)