Fix docs build (#348)

This commit is contained in:
alrex 2021-02-19 16:53:37 -08:00 committed by GitHub
parent abb12e426d
commit 7159372e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -124,8 +124,8 @@ if "class_references" in mcfg:
if "anys" in mcfg:
anys = getlistcfg(mcfg["anys"])
for any in anys:
nitpick_ignore.append(("any", any,))
for _any in anys:
nitpick_ignore.append(("any", _any,))
# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]