|
40 | 40 | 'sphinx.ext.intersphinx',
|
41 | 41 | 'sphinx.ext.imgconverter',
|
42 | 42 | 'sphinx_gallery.gen_gallery',
|
43 |
| - 'sphinx_issues', |
44 |
| - 'custom_autosummary_new_suffix' |
| 43 | + 'sphinx_issues' |
45 | 44 | ]
|
46 | 45 |
|
47 | 46 | # this is needed for some reason...
|
@@ -456,16 +455,3 @@ def setup(app):
|
456 | 455 | warnings.filterwarnings("ignore", category=UserWarning,
|
457 | 456 | message='Matplotlib is currently using agg, which is a'
|
458 | 457 | ' non-GUI backend, so cannot show the figure.')
|
459 |
| - |
460 |
| -# Used by custom extension: `custom_autosummary_new_suffix` to change the |
461 |
| -# suffix of the following functions. This works around the issue with |
462 |
| -# `sklearn.cluster.dbscan` overlapping with `sklearn.cluster.DBSCAN` on |
463 |
| -# case insensitive file systems. |
464 |
| -custom_autosummary_names_with_new_suffix = { |
465 |
| - 'sklearn.cluster.dbscan', |
466 |
| - 'sklearn.cluster.optics', |
467 |
| - 'sklearn.covariance.oas', |
468 |
| - 'sklearn.decomposition.fastica' |
469 |
| -} |
470 |
| -custom_autosummary_new_suffix = '-lowercase.rst' |
471 |
| -custom_autosummary_generated_dirname = os.path.join('modules', 'generated') |
0 commit comments