From 7560b0a92bb2050d137e53d56a8e2aaa8ba69cd0 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Wed, 18 Apr 2018 15:06:50 -0700 Subject: Trying to fix Sphnix build on ReadTheDocs We changed the cmd2 project to now build using Python 3. So we need to tweak what modules get installed for building the docs. The following modules were backports for Python 2 and needed to be removed: - subprocess32 - enum34 --- docs/requirements.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs') diff --git a/docs/requirements.txt b/docs/requirements.txt index 4f05675a..8a65d1b9 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,3 @@ pyparsing pyperclip -contextlib2 -enum34 -subprocess32 wcwidth -- cgit v1.2.1