Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: ignore __pycache__ directory created by custom spelling filters #16791

Merged
merged 1 commit into from
Jul 7, 2021

Commits on Jul 5, 2021

  1. docs: ignore pycache directory created by custom spelling filters

    We recently added a custom filter for spell checking, in order to have
    better control on the case for some specific terms. This custom filter
    is written as a Python function in a dedicated file, and it turns out
    that this file is pre-compiled when building the documentation. Let's
    add the relevant __pycache__ directory to the .gitignore in the
    documentation directory.
    
    Fixes: 8710477 ("docs: add custom spelling filter to check WireGuard spelling")
    Fixes: cilium#16513
    
    Signed-off-by: Quentin Monnet <quentin@isovalent.com>
    qmonnet committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    af27e84 View commit details
    Browse the repository at this point in the history