From 727329e5ed550d56487060d91bc6041aca64d37d Mon Sep 17 00:00:00 2001 From: Yunguan Fu Date: Thu, 20 Aug 2020 18:48:31 +0100 Subject: [PATCH] Issue #289: try fix readthedocs autodoc --- .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 9bffbc577..40ca49951 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -20,5 +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