From 2539967a714fcefcb7bb8513fa68a146a45d9d87 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 5 May 2019 07:45:04 -0400 Subject: Yup, it works --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1