Skip to content

Commit

Permalink
Adding requirements.txt to doc section to try to fix autodoc on readt…
Browse files Browse the repository at this point in the history
…hedocs
  • Loading branch information
tleonhardt committed Feb 12, 2017
1 parent 9abc056 commit ccafc31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pyparsing
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
INSTALL_REQUIRES = ['pyparsing >= 2.0.1', 'six']
# unitest.mock was added in Python 3.3. mock is a backport of unittest.mock to all versions of Python
TESTS_REQUIRE = ['mock', 'pytest']
DOCS_REQUIRE = ['sphinx', 'sphinx_rtd_theme']
DOCS_REQUIRE = ['sphinx', 'sphinx_rtd_theme', 'pyparsing']

setup(
name="cmd2",
Expand Down

0 comments on commit ccafc31

Please sign in to comment.