diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-05-05 07:44:34 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-05-05 07:44:34 -0400 |
commit | 3ee361933060c13b77d85ec1bfbbf5715346da7d (patch) | |
tree | cf910a67b5193394d4a8d05295ba9c0fbbcbad6e | |
parent | 21ecb36f0e8a738de3e7415ddc5a5aacdef10eec (diff) | |
download | python-coveragepy-git-3ee361933060c13b77d85ec1bfbbf5715346da7d.tar.gz |
Is this thing on?
-rw-r--r-- | .readthedocs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml index ed3737fb..9e05221b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -16,7 +16,7 @@ formats: [] python: version: 3.7 install: - - requirements: doc/requirements.pip + - requirements: docxx/requirements.pip - method: pip path: . system_packages: false |