Skip to content

Commit 7388e0d

Browse files
committed
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
1 parent b49ec49 commit 7388e0d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
* Bug Fixes
44
* Fixed ``poutput()`` so it can print an integer zero and other **falsy** things
5+
* Fixed a bug which was causing autodoc to fail for building docs on Readthedocs
56
* Enhancements
67
* Improved documentation for user-settable environment parameters
78
* Improved documentation for overriding the default supported comment styles
9+
* Added ``runcmds_plus_hooks()`` method to run multiple commands w/o a cmdloop
810

911
## 0.7.7 (August 25, 2017)
1012

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pyparsing
22
six
3+
pyperclip

0 commit comments

Comments
 (0)