Skip to content

ogp_custom_meta_tags now warns if it is a list #141

@nijel

Description

@nijel

Before 171a80b ogp_custom_meta_tags was supposed to be a list to not trigger a warning. Since then it is supposed to be a tuple. That causes configuration that used to work to end up with:

WARNING: The config value `ogp_custom_meta_tags' has type `list', defaults to `tuple'.

As we run Sphinx with --fail-on-warning, the upgrade to 0.11.0 breaks the build. It is easy to fix, but it would be great to keep the existing configurations to work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions