diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-12 13:13:31 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-12 13:13:31 -0500 |
commit | ccafc310b88a1c13c9431f764f5fbc04217c41db (patch) | |
tree | a4019edaebdef1743f1a3f95d37708c72b4bf7d2 /setup.py | |
parent | 9abc056a1be5ee5e06f6313d61e639e851797502 (diff) | |
download | cmd2-git-ccafc310b88a1c13c9431f764f5fbc04217c41db.tar.gz |
Adding requirements.txt to doc section to try to fix autodoc on readthedocs
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ CLASSIFIERS = filter(None, map(str.strip, 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", |