| # Configuration file for the Sphinx documentation builder. |
| # ----------------------------------------------------------------------- |
| # List of patterns, relative to source directory, that match files and |
| # directories to ignore when looking for source files. |
| # This pattern also affects html_static_path and html_extra_path. |
| 'cord-tester/cord-robot/README.rst', |
| '**/__pycache__', # generated - faster traversal |
| '**/.venv', # external virtual env |
| # Revisit: one directory pattern is sufficient. |
| # makefiles/virtualenv.mk normalizes all of this |