From dc621068b85654b7f5715bb09cbb7233c6eef602 Mon Sep 17 00:00:00 2001 From: Yunguan Fu Date: Thu, 20 Aug 2020 19:05:38 +0100 Subject: [PATCH] Issue #289: try fix readthedocs autodoc --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 40ca49951..230cc2464 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -20,6 +20,6 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: version: 3.7 - setup_py_install: true install: - - requirements: docs/requirements.txt + - method: pip + path: .