diff --git a/docs/conf.py b/docs/conf.py index 5fe5e51..931b7ee 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,7 +59,8 @@ texinfo_documents = [ def github_issue_role(name, rawtext, text, lineno, inliner, - options={}, content=()): # noqa: B006 + options=None, content=()): + options = options or {} try: issue_num = int(text) if issue_num <= 0: