diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-18 15:06:50 -0700 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-18 15:06:50 -0700 |
commit | 7560b0a92bb2050d137e53d56a8e2aaa8ba69cd0 (patch) | |
tree | 77e9e3f4b29a78edf4cff1f92d4c879d5ee542d8 /docs | |
parent | 01e434183d3333b1be03c293a82e36b034e0f78b (diff) | |
download | cmd2-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.txt | 3 |
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 |