diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-05-05 07:45:04 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-05-05 07:45:04 -0400 |
commit | 2539967a714fcefcb7bb8513fa68a146a45d9d87 (patch) | |
tree | 10537936971e284c195a440736a88629e55fe96a | |
parent | 3ee361933060c13b77d85ec1bfbbf5715346da7d (diff) | |
download | python-coveragepy-git-2539967a714fcefcb7bb8513fa68a146a45d9d87.tar.gz |
Yup, it works
-rw-r--r-- | .readthedocs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml index 9e05221b..ed3737fb 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -16,7 +16,7 @@ formats: [] python: version: 3.7 install: - - requirements: docxx/requirements.pip + - requirements: doc/requirements.pip - method: pip path: . system_packages: false |