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 | |
parent | 9abc056a1be5ee5e06f6313d61e639e851797502 (diff) | |
download | cmd2-git-ccafc310b88a1c13c9431f764f5fbc04217c41db.tar.gz |
Adding requirements.txt to doc section to try to fix autodoc on readthedocs
-rw-r--r-- | docs/requirements.txt | 1 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 00000000..210dfec5 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +pyparsing @@ -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", |