summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorEric Lin <anselor@gmail.com>2021-03-29 15:28:14 -0400
committerEric Lin <anselor@gmail.com>2021-03-30 15:10:42 -0400
commit14ba05f9ede09243fa9abd0fa68ade95db0e7f44 (patch)
tree6d974d3c92e14afdb33159da85929b936edcc90b /docs/conf.py
parent9ee70113f14529565876b90274daf5a078c2f198 (diff)
downloadcmd2-git-14ba05f9ede09243fa9abd0fa68ade95db0e7f44.tar.gz
More things to make mypy happy.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index cd12f70a..08266991 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -183,4 +183,5 @@ nitpick_ignore = [
('py:class', 'argparse._SubParsersAction'),
('py:class', '_T'),
('py:class', 'StdSim'),
+ ('py:class', 'frame'),
]