diff --git a/doc/source/autodoc_benchmarks.py b/doc/source/autodoc_benchmarks.py index a33ae7d7..30b6b006 100755 --- a/doc/source/autodoc_benchmarks.py +++ b/doc/source/autodoc_benchmarks.py @@ -248,7 +248,7 @@ def implementations(search_path, verbose=False): """Walks through the filesystem looking for benchmark implementations.""" ignore_dirs = ["_utils", "_doc"] - ignore_files = ['empty', 'readme.rst', 'dogma.rst', '.DS_Store', 'README.rst', 'issues.rst', 'bohrium.rst', 'Makefile', '.gitignore'] + ignore_files = ['__init__.py', 'util.py', 'empty', 'readme.rst', 'dogma.rst', '.DS_Store', 'README.rst', 'issues.rst', 'bohrium.rst', 'Makefile', '.gitignore'] meta = {