We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
matplotlib.sphinxext.only_directives
1 parent 2438403 commit 5928e7aCopy full SHA for 5928e7a
docs/source/conf.py
@@ -36,7 +36,7 @@ def install(package):
36
# def __getattr__(cls, name):
37
# return Mock()
38
39
-# MOCK_MODULES = ['pandas', 'statsmodels', 'numba']
+# MOCK_MODULES = ['pandas', 'statsmodels', 'numba']
40
# sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
41
42
# If extensions (or modules to document with autodoc) are in another directory,
@@ -82,7 +82,7 @@ def install(package):
82
# 'ipython_console_highlighting',
83
'IPython.sphinxext.ipython_console_highlighting',
84
'IPython.sphinxext.ipython_directive',
85
- 'matplotlib.sphinxext.only_directives',
+ # 'matplotlib.sphinxext.only_directives',
86
'matplotlib.sphinxext.plot_directive',
87
]
88
0 commit comments