From 8f94dedb7bf0eb02af42199ef5ebb26de498b176 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 21 Feb 2020 21:51:50 +0100 Subject: doc: replace Pipfile with requirements.txt --- .readthedocs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.readthedocs.yml') diff --git a/.readthedocs.yml b/.readthedocs.yml index fcbb0ed..9f785e6 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,8 +9,7 @@ formats: python: version: 3.7 install: - - method: pipfile - path: doc + - requirements: docs/requirements.txt sphinx: builder: singlehtml -- cgit v1.2.3