From 252bde4e57a203550f6c48d12c6f13ccebf47d1d Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Mon, 13 Jul 2020 20:18:00 -0400 Subject: Address fact that typing.Deque wasn't defined prior to 3.5.4 --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 8a71268a..9396f000 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,6 +19,7 @@ documentation root, use os.path.abspath to make it absolute, like shown here. """ # Import for custom theme from Read the Docs import sphinx_rtd_theme + import cmd2 # -- General configuration ----------------------------------------------------- -- cgit v1.2.1