diff options
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | docs/requirements.txt | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8e8d1b..dd4011ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,11 @@ * Bug Fixes * Fixed ``poutput()`` so it can print an integer zero and other **falsy** things + * Fixed a bug which was causing autodoc to fail for building docs on Readthedocs * Enhancements * Improved documentation for user-settable environment parameters * Improved documentation for overriding the default supported comment styles + * Added ``runcmds_plus_hooks()`` method to run multiple commands w/o a cmdloop ## 0.7.7 (August 25, 2017) 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 |