From 8a3620bebba24dceedb4d041e29f8011ab5c0069 Mon Sep 17 00:00:00 2001 From: Hongrui Zheng Date: Sun, 3 Mar 2024 01:36:46 -0500 Subject: [PATCH] install package for autosummary --- .readthedocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 867efdd5..b7d79613 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -32,4 +32,6 @@ sphinx: # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt + - method: pip + path: . \ No newline at end of file