summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-04-18 15:06:50 -0700
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-04-18 15:06:50 -0700
commit7560b0a92bb2050d137e53d56a8e2aaa8ba69cd0 (patch)
tree77e9e3f4b29a78edf4cff1f92d4c879d5ee542d8 /docs
parent01e434183d3333b1be03c293a82e36b034e0f78b (diff)
downloadcmd2-git-7560b0a92bb2050d137e53d56a8e2aaa8ba69cd0.tar.gz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/requirements.txt3
1 files changed, 0 insertions, 3 deletions
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