diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-09-23 14:49:52 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-09-23 14:49:52 -0400 |
commit | 7388e0d256f4e37a0003e3e8ff5ebf47b09aeaf3 (patch) | |
tree | 5493ebc9a048dbe65efcfde232b3e57ead29e28d /docs | |
parent | b49ec49efa5fe8c87f4447d4f821c41ff9a20325 (diff) | |
download | cmd2-git-7388e0d256f4e37a0003e3e8ff5ebf47b09aeaf3.tar.gz |
Hopefully this fixes a bug which is causing autodoc to fail to add method info on readthedocs
I can build the docs locally and it works fine, but the autodoc part of Sphinx was failing on readthedocs
- and it was failing due to pyperclip not being present
Diffstat (limited to 'docs')
-rw-r--r-- | docs/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt index 8a8af629..fa4e3570 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,3 @@ pyparsing six +pyperclip |