Skip to content

Commit 5928e7a

Browse files
committed
FIX: DOC: Remove matplotlib.sphinxext.only_directives
1 parent 2438403 commit 5928e7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def install(package):
3636
# def __getattr__(cls, name):
3737
# return Mock()
3838

39-
# MOCK_MODULES = ['pandas', 'statsmodels', 'numba']
39+
# MOCK_MODULES = ['pandas', 'statsmodels', 'numba']
4040
# sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
4141

4242
# If extensions (or modules to document with autodoc) are in another directory,
@@ -82,7 +82,7 @@ def install(package):
8282
# 'ipython_console_highlighting',
8383
'IPython.sphinxext.ipython_console_highlighting',
8484
'IPython.sphinxext.ipython_directive',
85-
'matplotlib.sphinxext.only_directives',
85+
# 'matplotlib.sphinxext.only_directives',
8686
'matplotlib.sphinxext.plot_directive',
8787
]
8888

0 commit comments

Comments
 (0)