From e22607377a0513aa91f26f204cb37115cee19a8f Mon Sep 17 00:00:00 2001 From: Wenjie Du Date: Sun, 21 Jul 2024 00:07:32 +0800 Subject: [PATCH] docs: build PyPOTS ecosystem docs with the latest BenchPOTS code; --- .readthedocs.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2d79de72..bba6bafd 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -26,9 +26,10 @@ build: - pip install -r requirements.txt - pip install pypots - pip install sphinx==6.2.1 docutils==0.19 sphinxcontrib-bibtex==2.1.4 sphinxcontrib-gtagjs sphinx-autodoc-typehints furo==2023.07.26 - - git clone https://github.com/WenjieDu/TSDB TSDB_repo --depth 1 - - git clone https://github.com/WenjieDu/PyGrinder PyGrinder_repo --depth 1 - - pip install ./TSDB_repo && pip install ./PyGrinder_repo && pip install . + - git clone https://github.com/WenjieDu/TSDB TSDB_repo --depth 1 && pip install ./TSDB_repo + - git clone https://github.com/WenjieDu/PyGrinder PyGrinder_repo --depth 1 && pip install ./PyGrinder_repo + - git clone https://github.com/WenjieDu/BenchPOTS BenchPOTS_repo --depth 1 && pip install ./BenchPOTS_repo + - pip install . post_install: # To fix the exception: This documentation is not using `furo.css` as the stylesheet.