diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-03-23 14:35:21 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-03-23 14:35:21 -0400 |
commit | d05875247c430a1e32a203f9575a93464b5521f1 (patch) | |
tree | 001cd071693ad3a94e6b7f6f316553a31e29fdb9 /docs/conf.py | |
parent | d8c3c7c7eee472f89ace3e77f80825a0ce3df85f (diff) | |
download | cmd2-git-d05875247c430a1e32a203f9575a93464b5521f1.tar.gz |
Fixed docs creation errors
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 9ad7b0da..cd12f70a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -180,4 +180,7 @@ nitpick_ignore = [ ('py:class', 'Optional[Callable[[...], argparse.Namespace]]'), ('py:class', 'TextIO'), ('py:class', 'Union[None, Iterable, Callable]'), + ('py:class', 'argparse._SubParsersAction'), + ('py:class', '_T'), + ('py:class', 'StdSim'), ] |