Skip to content

Commit

Permalink
Fix docs build (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrex committed Feb 20, 2021
1 parent abb12e4 commit 7159372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ def getlistcfg(strval):

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"]
Expand Down

0 comments on commit 7159372

Please sign in to comment.